diff --git a/b_rabbit/__init__.py b/b_rabbit/__init__.py index b369ff6..0577870 100644 --- a/b_rabbit/__init__.py +++ b/b_rabbit/__init__.py @@ -4,6 +4,6 @@ __author__ = """Nidhal Baccouri""" __email__ = 'nidhalbacc@gmail.com' -__version__ = '1.2.2' +__version__ = '1.2.3' __all__ = [BRabbit] diff --git a/setup.cfg b/setup.cfg index 0bd2f9e..7402467 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.2.3 commit = True tag = True diff --git a/setup.py b/setup.py index 3d1a31d..669b328 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/nidhaloff/b_rabbit', - version='1.2.2', + version='1.2.3', zip_safe=False, )