From fa6716ad1795ee30c36b913423299928364725a1 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Tue, 29 May 2012 16:21:48 +0200 Subject: Increased version number --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1867a4d..5033911 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): setup( name='django-brevisurl', - version='0.9.1', + version='0.9.2', description='django-brevisurl is django app for shortening urls', long_description=read('README.rst'), author=u'VladimĂ­r Gorej', @@ -39,4 +39,4 @@ setup( 'Topic :: Utilities', 'Topic :: Internet :: WWW/HTTP' ] -) \ No newline at end of file +) -- cgit v1.2.3