From ac37d9a4ffaf1c841685457137346f0d8415cc2f Mon Sep 17 00:00:00 2001 From: Juan Pizarro Date: Tue, 1 Dec 2015 17:28:27 -0300 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 --- .bumpversion.cfg | 5 ++++- docs/conf.py | 2 +- setup.py | 2 +- src/python_sqs_consumer/__init__.py | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ee27ab3..5bee5eb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,11 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True [bumpversion:file:setup.py] + [bumpversion:file:docs/conf.py] + [bumpversion:file:src/python_sqs_consumer/__init__.py] + diff --git a/docs/conf.py b/docs/conf.py index 8fa924d..31dcc2f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ year = '2015' author = 'Juan Pizarro' copyright = '{0}, {1}'.format(year, author) -version = release = '0.0.1' +version = release = '0.0.2' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index dba8173..8ed6b95 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(*names, **kwargs): setup( name='python_sqs_consumer', - version='0.0.1', + version='0.0.2', license='BSD', description='An example package. Replace this with a proper project description. Generated with https://github.com/ionelmc/cookiecutter-pylibrary', long_description='%s\n%s' % ( diff --git a/src/python_sqs_consumer/__init__.py b/src/python_sqs_consumer/__init__.py index f102a9c..3b93d0b 100644 --- a/src/python_sqs_consumer/__init__.py +++ b/src/python_sqs_consumer/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2"