Skip to content

Commit

Permalink
Bump version: 0.2.57 → 0.2.58
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed May 7, 2018
1 parent efd6b4e commit a16c3f6
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 = 0.2.57
current_version = 0.2.58
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion django_tasker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.57"
__version__ = "0.2.58"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
with io.open("README.rst", encoding="UTF-8") as readme:
long_description = readme.read()

version = "0.2.57"
version = "0.2.58"

setup_kwargs = {
'name': "django-tasker",
Expand Down

0 comments on commit a16c3f6

Please sign in to comment.