From b507ae0ae794d253ec88efe9a0c038d2776e7b6b Mon Sep 17 00:00:00 2001 From: GabrielRPalma Date: Wed, 22 Jun 2022 16:10:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bepr/__init__.py | 2 +- setup.cfg | 4 +--- setup.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bepr/__init__.py b/bepr/__init__.py index a71cef2..ff187c6 100644 --- a/bepr/__init__.py +++ b/bepr/__init__.py @@ -2,4 +2,4 @@ __author__ = """Gabriel Rodrigues Palma""" __email__ = 'gabrielrpalma2@gmail.com' -__version__ = '0.0.1' +__version__ = '0.0.2' diff --git a/setup.cfg b/setup.cfg index 7701207..9c3c304 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True @@ -18,5 +18,3 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here - diff --git a/setup.py b/setup.py index 726151e..f5605d9 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/GabrielRPalma/bepr', - version='0.0.1', + version='0.0.2', zip_safe=False, )