Skip to content

Commit

Permalink
Bump version: 0.7.0 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed Nov 8, 2018
1 parent c36b4fe commit 8abe252
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipenv_pipes/__init__.py
Expand Up @@ -3,6 +3,6 @@
""" Pipes: Pipenv Shell Switcher """

__author__ = """Gui Talarico"""
__version__ = '0.7.0'
__version__ = '0.7.1'
__email__ = 'gui.talarico+pip@gmail.com'
__url__ = 'github.com/gtalarico/pipenv-pipes'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.7.1
commit = True
tag = True
message = Bump version: {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
license="MIT license",
keywords='pipenv_pipes',
url='https://github.com/gtalarico/pipenv-pipes',
version='0.7.0',
version='0.7.1',
author="Gui Talarico",
author_email='gui.talarico+pip@gmail.com',
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit 8abe252

Please sign in to comment.