Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpizarrom committed Dec 1, 2015
1 parent c3764f1 commit ac37d9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' % (
Expand Down
2 changes: 1 addition & 1 deletion src/python_sqs_consumer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit ac37d9a

Please sign in to comment.