From 3813f95c6fc09af61548103bce9390709297a55c Mon Sep 17 00:00:00 2001 From: Jonathan Kenyon Date: Fri, 29 Nov 2024 14:30:07 +0200 Subject: [PATCH] Bump to 0.2.4 --- pyproject.toml | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d9ba6e5..2783ce21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quartical" -version = "0.2.3" +version = "0.2.4" 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 22ab0257..715779c7 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/ratt-ru/QuartiCal/" [version] -current = "0.2.3" +current = "0.2.4" # Example of a semver regexp. # Make sure this matches current_version before