From 64a605f7d0f07c2309ac362bb3e8ee31c8737e22 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 25 Jun 2020 01:49:17 +0200 Subject: [PATCH] stable release --- b_rabbit/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/b_rabbit/__init__.py b/b_rabbit/__init__.py index 8722ef6..e59147c 100644 --- a/b_rabbit/__init__.py +++ b/b_rabbit/__init__.py @@ -4,4 +4,4 @@ __author__ = """Nidhal Baccouri""" __email__ = 'nidhalbacc@gmail.com' -__version__ = '0.1.0' +__version__ = '1.0.1' diff --git a/setup.cfg b/setup.cfg index 18cf272..a427a90 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 1.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 754a774..f2b621d 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/nidhaloff/b_rabbit', - version='1.0.0', + version='1.0.1', zip_safe=False, )