From 37fa7374b4b564d27e3f7b4541c8f36963cde05f Mon Sep 17 00:00:00 2001 From: Darcy Jones Date: Wed, 24 Nov 2021 13:28:07 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.3=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- src/predectorutils/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 689d5e7..86cfaf0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.3 +current_version = 0.8.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index a51f3ae..f9cb756 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.7.3', + version='0.8.0', description='Utility scripts for the predector pipeline.', long_description=long_description, diff --git a/src/predectorutils/__init__.py b/src/predectorutils/__init__.py index 4c5d225..d26a22d 100644 --- a/src/predectorutils/__init__.py +++ b/src/predectorutils/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.7.3" +__version__ = "0.8.0" __email__ = "darcy.ab.jones@gmail.com"