From 00410d18f2abf80ad4329f0a1a7cfc1fa763451b Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Fri, 1 Nov 2024 13:11:01 +0200 Subject: [PATCH] Bump to 0.4.0 --- africanus/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/africanus/__init__.py b/africanus/__init__.py index 8938adcd..0b58f5e0 100644 --- a/africanus/__init__.py +++ b/africanus/__init__.py @@ -11,4 +11,4 @@ __author__ = """Simon Perkins""" __email__ = "sperkins@ska.ac.za" -__version__ = "0.3.7" +__version__ = "0.4.0" diff --git a/docs/conf.py b/docs/conf.py index f4ced599..77263e42 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ # the built documents. # # The full version, including alpha/beta/rc tags. -release = "0.3.7" +release = "0.4.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 22c9b053..d5d01c5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codex-africanus" -version = "0.3.7" +version = "0.4.0" description = "Radio Astronomy Building Blocks" authors = ["Simon Perkins "] packages = [{include = "africanus"}] @@ -74,7 +74,7 @@ select = [ ] [tool.tbump.version] -current = "0.3.7" +current = "0.4.0" # Example of a semver regexp. # Make sure this matches current_version before