diff options
| author | Jacob Kaplan-Moss | 2009-04-12 19:52:43 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss | 2009-04-12 19:52:43 -0500 |
| commit | ec52c6ddc007ff8c5f731d1ea07ee8a638d322c6 (patch) | |
| tree | b0ab4c069f6c2de385ec7adaa07d55d45c01a4f4 /setup.py | |
| parent | f20615679438f43b596d84ebf94f61fa2d54c68b (diff) | |
| download | django-shorturls-ec52c6ddc007ff8c5f731d1ea07ee8a638d322c6.tar.bz2 | |
Bump version with the bug fix.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ def read(fname): setup( name = "django-shorturls", - version = "1.0", + version = "1.0.1", url = 'http://github.com/jacobian/django-shorturls', license = 'BSD', description = "A short URL (rev=cannonical) handler for Django apps.", |
