Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
0.2.0.
Browse files Browse the repository at this point in the history
...this time i will upload a tarball to PyPI.
  • Loading branch information
mtigas committed Jul 31, 2013
1 parent 5804e53 commit 6516801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_medusa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 0, "dev")
VERSION = (0, 2, 0)

def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'django',
]

version = __import__('django_medusa').get_version()
version = "0.2.0"

setup(name='django-medusa',
version=version,
Expand Down

0 comments on commit 6516801

Please sign in to comment.