From bc2ca5e2cf92618a5ca0f13c5043bb89e2f8892c Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Mon, 15 Apr 2024 11:22:34 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.5=20=E2=86=92=200.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- africanus/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/africanus/__init__.py b/africanus/__init__.py index 58a16aec..adfece28 100644 --- a/africanus/__init__.py +++ b/africanus/__init__.py @@ -11,4 +11,4 @@ __author__ = """Simon Perkins""" __email__ = "sperkins@ska.ac.za" -__version__ = "0.3.5" +__version__ = "0.3.6" diff --git a/setup.cfg b/setup.cfg index 096b56d6..628b5dc6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index e0521f32..2744e963 100644 --- a/setup.py +++ b/setup.py @@ -90,6 +90,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/ska-sa/codex-africanus", - version="0.3.5", + version="0.3.6", zip_safe=False, )