Skip to content

Commit

Permalink
Correct current version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Dec 10, 2014
1 parent 5208521 commit 681522d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.0
current_version = 0.3.1
files = setup.py src/uwsgicache.py
commit = True
tag = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(*names, **kwargs):

setup(
name="django-uwsgi-cache",
version="0.3.0",
version="0.3.1",
license="BSD",
description="uWSGI Django cache backend",
long_description="%s\n%s" % (read("README.rst"), re.sub(":obj:`~?(.*?)`", r"``\1``", read("CHANGELOG.rst"))),
Expand Down

0 comments on commit 681522d

Please sign in to comment.