From ec52c6ddc007ff8c5f731d1ea07ee8a638d322c6 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sun, 12 Apr 2009 19:52:43 -0500 Subject: Bump version with the bug fix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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.", -- cgit v1.2.3