diff options
author | John Trowbridge <trown@redhat.com> | 2015-02-02 16:50:47 -0500 |
---|---|---|
committer | John Trowbridge <trown@redhat.com> | 2015-02-03 08:57:00 -0500 |
commit | bd4a7e6f0804a0d370af710ca5c0d6e23a2eaa29 (patch) | |
tree | 7c8767f8637db39af0a344e1222bfe1d112b7fc9 /setup.py | |
parent | fe48811cc8f0a812baed3cb6655713e7c134f6d6 (diff) | |
download | django-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.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ tests_require = [ ] -version = (1, 0, 0, 'alpha') +version = (1, 1, 0, 'alpha') def get_version(): |