Skip to content

Commit

Permalink
Bump version: 0.6.0 -> 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed May 16, 2018
1 parent 279875b commit 0aeebc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pipenv_pipes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
""" Pipes: Pipenv Shell Switcher """

__author__ = """Gui Talarico"""
__version__ = '0.6.0'
__version__ = '0.6.1'
__email__ = 'gui.talarico+pip@gmail.com'
__url__ = 'github.com/gtalarico/pipenv-pipes'
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.6.1
commit = True
tag = True
message = Bump version: {current_version} -> {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<num>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}.{num}
{major}.{minor}.{patch}

[bumpversion:part:release]
first_value = alpha
optional_value = alpha
values =
values =
alpha
beta
rc
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
license="MIT license",
keywords='pipenv_pipes',
url='https://github.com/gtalarico/pipenv-pipes',
version='0.6.0',
version='0.6.1',
author="Gui Talarico",
author_email='gui.talarico+pip@gmail.com',
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit 0aeebc9

Please sign in to comment.