aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorVladimir Gorej2012-09-17 12:41:06 +0200
committerVladimir Gorej2012-09-17 12:41:06 +0200
commita99fc53d8ae3928ddb68bc3f2d6875f670c3cd1b (patch)
tree536ec7e90ce620fa7587cfd0ddd184eaf0762b27 /setup.py
parentf1e930d2f718c781cabce4514071634dacf9e381 (diff)
downloaddjango-brevisurl-a99fc53d8ae3928ddb68bc3f2d6875f670c3cd1b.tar.bz2
Updated README and context processors values
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 1a34d2b..b6e23bb 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ def read(fname):
setup(
name='django-brevisurl',
- version='0.9.3',
+ version='1.0',
description='django-brevisurl is django app for shortening urls',
long_description=read('README.rst'),
author=u'VladimĂ­r Gorej',
@@ -29,7 +29,7 @@ setup(
install_requires=['django'],
platforms='any',
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',