From 3b7205c3e8056bbb78bae4872af9d62f4827ec4f Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Sun, 10 Jan 2021 23:55:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.0=20=E2=86=92=204.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- bxa/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 21580e7..722c37f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0 +current_version = 4.0.1 commit = True tag = True diff --git a/bxa/__init__.py b/bxa/__init__.py index f1c0ecf..abf20f8 100644 --- a/bxa/__init__.py +++ b/bxa/__init__.py @@ -13,4 +13,4 @@ __author__ = """Johannes Buchner""" __email__ = 'johannes.buchner.acad@gmx.com' -__version__ = '4.0.0' +__version__ = '4.0.1' diff --git a/setup.py b/setup.py index d41383e..82673ae 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = '' setup(name='bxa', - version='4.0.0', + version='4.0.1', author='Johannes Buchner', url='https://github.com/JohannesBuchner/BXA/', author_email='johannes.buchner.acad@gmx.com',