From 09829908551ce18211e546a9053023c50b5bce7b Mon Sep 17 00:00:00 2001 From: Jonathan Kenyon Date: Fri, 2 Feb 2024 13:21:53 +0200 Subject: [PATCH] Bump to 0.2.2 --- pyproject.toml | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa5169e9..3b332101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quartical" -version = "0.2.1" +version = "0.2.2" description = "Fast and flexible calibration suite for radio interferometer data." repository = "https://github.com/ratt-ru/QuartiCal" documentation = "https://quartical.readthedocs.io" diff --git a/tbump.toml b/tbump.toml index bdc5b3cc..633abc44 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/ratt-ru/QuartiCal/" [version] -current = "0.2.1" +current = "0.2.2" # Example of a semver regexp. # Make sure this matches current_version before