Skip to content

Commit

Permalink
Releasing production stable
Browse files Browse the repository at this point in the history
  • Loading branch information
omji committed Aug 9, 2016
1 parent 9cbad36 commit 16f963e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='django-tabbed-admin',
version='0.0.7',
version='1.0.0',
author='Guillaume Pousseo',
author_email='[email protected]',
description='Easily add tabs to django admin forms.',
Expand All @@ -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',
Expand Down

0 comments on commit 16f963e

Please sign in to comment.