WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 6516801

Browse files
committed
0.2.0.
...this time i will upload a tarball to PyPI.
1 parent 5804e53 commit 6516801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_medusa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 0, "dev")
1+
VERSION = (0, 2, 0)
22

33
def get_version():
44
version = '%s.%s' % (VERSION[0], VERSION[1])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'django',
55
]
66

7-
version = __import__('django_medusa').get_version()
7+
version = "0.2.0"
88

99
setup(name='django-medusa',
1010
version=version,

0 commit comments

Comments
 (0)