diff options
author | Antoine Catton <acatton@fusionbox.com> | 2014-10-16 14:51:55 -0600 |
---|---|---|
committer | Antoine Catton <acatton@fusionbox.com> | 2014-10-16 14:52:57 -0600 |
commit | a2ec85759ae59cde883e04025dc2d0d9738e1235 (patch) | |
tree | 5fce32579fb82d63f15d8ebb875a0ee5afabfcee /setup.py | |
parent | d6e3941e83636b78524a977cb8e002f0b8116e39 (diff) | |
download | django-pyscss-1.0.4.tar.gz |
Release 1.0.4v1.0.4
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, 3, 'final') +version = (1, 0, 4, 'final') def get_version(): |