Skip to content

Commit

Permalink
Merge pull request #9 from rcbops/bump_version
Browse files Browse the repository at this point in the history
Bump version for 0.6.1 release
  • Loading branch information
ryan-rs authored Apr 13, 2018
2 parents a633bdc + e1528bd commit d36a3fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.6.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
packages=find_packages(include=['zigzag']),
setup_requires=setup_requirements,
url='https://github.com/rcbops/zigzag',
version='0.6.0',
version='0.6.1',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion zigzag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """rcbops"""
__email__ = '[email protected]'
__version__ = '0.6.0'
__version__ = '0.6.1'

0 comments on commit d36a3fb

Please sign in to comment.