Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Mar 28, 2016
1 parent 583957c commit ec250d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True
tag_name = {new_version}
files = setup.py

[bdist_wheel]
universal = 1

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name='pytest-cookies',
version='0.1.0',
version='0.2.0',
author='Raphael Pierzina',
author_email='[email protected]',
maintainer='Raphael Pierzina',
Expand Down

0 comments on commit ec250d3

Please sign in to comment.