Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Jun 3, 2016
1 parent fd71bda commit d409799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[metadata]
description-file = README.rst

[bumpversion]
current_version = {current_version}
current_version = 0.1.1
commit = True
tag = True

[metadata]
description-file = README.rst

[bumpversion:file:setup.py]
search = version={current_version}
replace = version={new_version}

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='cookiecutter-pypackage',
packages=[],
version='0.1.0',
version='version=0.1.1',
description='Cookiecutter template for a Python package',
author='Audrey Roy Greenfeld',
license='BSD',
Expand Down

0 comments on commit d409799

Please sign in to comment.