From 9f9d085f16f7021dcbadfe2cd843770b24129474 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Tue, 30 Jan 2024 17:23:07 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.4=20=E2=86=92=200.3.5?= 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 632b1163..58a16aec 100644 --- a/africanus/__init__.py +++ b/africanus/__init__.py @@ -11,4 +11,4 @@ __author__ = """Simon Perkins""" __email__ = "sperkins@ska.ac.za" -__version__ = "0.3.4" +__version__ = "0.3.5" diff --git a/setup.cfg b/setup.cfg index e205cc7e..096b56d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index c1561b22..e0521f32 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.4", + version="0.3.5", zip_safe=False, )