Skip to content

Commit

Permalink
Bump version: 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ecolell committed Jul 11, 2021
1 parent 74b6ac6 commit ca9a9fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.5
current_version = 1.0.6
files = setup.py Makefile
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pypi-register:
pypi-upload:
@ echo "[ uploading ] package to pypi servers"
python setup.py sdist bdist_wheel
twine upload dist/amphipathic-1.0.5*
twine upload dist/amphipathic-1.0.6*
@ echo "[ uploaded ] the new version was successfully uploaded"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools.command import easy_install


__version__ = '1.0.5'
__version__ = '1.0.6'


def parse_requirements(filename):
Expand Down

0 comments on commit ca9a9fd

Please sign in to comment.