summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Trowbridge <trown@redhat.com>2015-02-02 16:50:47 -0500
committerJohn Trowbridge <trown@redhat.com>2015-02-03 08:57:00 -0500
commitbd4a7e6f0804a0d370af710ca5c0d6e23a2eaa29 (patch)
tree7c8767f8637db39af0a344e1222bfe1d112b7fc9
parentfe48811cc8f0a812baed3cb6655713e7c134f6d6 (diff)
downloaddjango-pyscss-bd4a7e6f0804a0d370af710ca5c0d6e23a2eaa29.tar.gz
Version in setup.py on the master branch is out of date
The version in setup.py on the master branch is 1.0.0 even though it includes all the commits in later stable releases.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 619f7d0..fa61f8a 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ tests_require = [
]
-version = (1, 0, 0, 'alpha')
+version = (1, 1, 0, 'alpha')
def get_version():