aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Kaplan-Moss2009-04-12 19:52:43 -0500
committerJacob Kaplan-Moss2009-04-12 19:52:43 -0500
commitec52c6ddc007ff8c5f731d1ea07ee8a638d322c6 (patch)
treeb0ab4c069f6c2de385ec7adaa07d55d45c01a4f4
parentf20615679438f43b596d84ebf94f61fa2d54c68b (diff)
downloaddjango-shorturls-ec52c6ddc007ff8c5f731d1ea07ee8a638d322c6.tar.bz2
Bump version with the bug fix.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 98f27ec..8b85550 100644
--- a/setup.py
+++ b/setup.py
@@ -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.",