Skip to content

Commit

Permalink
Bump version 0.3.2 > 0.3.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Jan 30, 2019
1 parent e8a202d commit 4eb86af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = True
message = Bump version {current_version} > {new_version} [skip ci]

[bumpversion:file:setup.py]

[bumpversion:file:Makefile]

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pypi-release:
git push upstream master
git push upstream master --tags
python setup.py sdist bdist_egg
twine upload dist/invoice2data-0.3.2*
twine upload dist/invoice2data-0.3.3*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='invoice2data',
version='0.3.2',
version='0.3.3',
author='Manuel Riel',
author_email='[email protected]',
url='https://github.com/m3nu/invoice2data',
Expand Down

0 comments on commit 4eb86af

Please sign in to comment.