From 6a9ba9be4a8ea0c93ad12d26cf1e9d739713ecc0 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Tue, 30 Jan 2024 16:00:23 +0200 Subject: [PATCH] Bump to 0.2.20 --- 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 6ff50010..66c89ed7 100644 --- a/daskms/__init__.py +++ b/daskms/__init__.py @@ -4,7 +4,7 @@ __author__ = """Simon Perkins""" __email__ = "sperkins@ska.ac.za" -__version__ = "0.2.19" +__version__ = "0.2.20" logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/pyproject.toml b/pyproject.toml index c47eb627..a49cca9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dask-ms" -version = "0.2.19" +version = "0.2.20" description = "xarray Dataset from CASA Tables" authors = ["Simon Perkins "] license = "BSD3" diff --git a/tbump.toml b/tbump.toml index 750ede5c..605b533f 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/ratt-ru/dask-ms" [version] -current = "0.2.19" +current = "0.2.20" # Example of a semver regexp. # Make sure this matches current_version before