Skip to content

Commit 776a453

Browse files
committed
Ready for v1.0
1 parent 36d8c6e commit 776a453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ def run_tests(self):
2424

2525
setup(
2626
name='django-wakawaka',
27-
version='1.0a1',
27+
version='1.0',
2828
description='django-wakawka is a super simple wiki system written in Python '
2929
'using the Django framework.',
3030
long_description=long_description,
3131
author='Martin Mahner',
3232
author_email='[email protected]',
3333
url='https://github.com/bartTC/django-wakawaka/',
3434
classifiers=[
35-
'Development Status :: 3 - Alpha',
35+
'Development Status :: 1 - Stable',
3636
'Environment :: Web Environment',
3737
'Intended Audience :: Developers',
3838
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)