aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorVladimir Gorej2012-05-29 16:21:48 +0200
committerVladimir Gorej2012-05-29 16:21:48 +0200
commitfa6716ad1795ee30c36b913423299928364725a1 (patch)
treea7466c15042bbfe5254e3f01278c23cae1b83cd1 /setup.py
parent2c028b9ab5c1317cdf3a1c8457980466ff633e13 (diff)
downloaddjango-brevisurl-fa6716ad1795ee30c36b913423299928364725a1.tar.bz2
Increased version number0.9.2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files 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
+)