From 2012f1b9a95bdbe6beeb749e9c326b0ac7a58847 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Fri, 4 Oct 2024 17:12:27 +0200 Subject: [PATCH] Bump to 0.2.1 --- doc/source/conf.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 950d1fb..e9bc78d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -11,7 +11,7 @@ project = "xarray-ms" copyright = "2024, Simon Perkins" author = "Simon Perkins" -release = "0.2.0" +release = "0.2.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 03dcbb5..b8f33b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xarray-ms" -version = "0.2.0" +version = "0.2.1" description = "xarray MSv4 views over MSv2 Measurement Sets" authors = ["Simon Perkins "] readme = "README.rst" @@ -58,7 +58,7 @@ build-backend = "poetry.core.masonry.api" # github_url = "https://github.com///" [tool.tbump.version] -current = "0.2.0" +current = "0.2.1" # Example of a semver regexp. # Make sure this matches current_version before