diff --git a/setup.py b/setup.py index 1ee3fd9..c77471a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='django-tabbed-admin', - version='0.0.7', + version='1.0.0', author='Guillaume Pousseo', author_email='guillaumepousseo@revsquare.com', description='Easily add tabs to django admin forms.', @@ -26,7 +26,7 @@ packages=find_packages(), include_package_data=True, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',