Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leaprovenzano committed Jan 1, 2021
1 parent e4af69f commit 837b589
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.4.0
current_version = 0.5.0

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/leaprovenzano/collectionish',
version='0.4.0',
version='0.5.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion src/collectionish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = """Lea Provenzano"""
__email__ = 'leaprovenzano@gmail.com'
__version__ = '0.4.0'
__version__ = '0.5.0'

from ._uniquetuple import UniqueTuple
from ._attydict import AttyDict
Expand Down

0 comments on commit 837b589

Please sign in to comment.