From 776a453455ed898e815753a630b816bdc66867c7 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sat, 26 Nov 2016 22:07:56 +0100 Subject: [PATCH] Ready for v1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 809271c..deba1d5 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def run_tests(self): setup( name='django-wakawaka', - version='1.0a1', + version='1.0', description='django-wakawka is a super simple wiki system written in Python ' 'using the Django framework.', long_description=long_description, @@ -32,7 +32,7 @@ def run_tests(self): author_email='martin@mahner.org', url='https://github.com/bartTC/django-wakawaka/', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 1 - Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',