From b2a9e3cb05e5f3914b64e4d8b2b4f747b76ef826 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Mon, 11 Nov 2024 12:54:31 +0200 Subject: [PATCH] Bump to 0.2.23 --- daskms/__init__.py | 2 +- pyproject.toml | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daskms/__init__.py b/daskms/__init__.py index a22baeb0..ea243bc3 100644 --- a/daskms/__init__.py +++ b/daskms/__init__.py @@ -4,7 +4,7 @@ __author__ = """Simon Perkins""" __email__ = "sperkins@ska.ac.za" -__version__ = "0.2.22" +__version__ = "0.2.23" logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/pyproject.toml b/pyproject.toml index 4b560823..2931ec02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dask-ms" -version = "0.2.22" +version = "0.2.23" description = "xarray Dataset from CASA Tables" authors = ["Simon Perkins "] license = "BSD3" diff --git a/tbump.toml b/tbump.toml index 498edb4f..a8cdebac 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/ratt-ru/dask-ms" [version] -current = "0.2.22" +current = "0.2.23" # Example of a semver regexp. # Make sure this matches current_version before