diff --git a/openslides/__init__.py b/openslides/__init__.py index e00850638..1f6396cdd 100644 --- a/openslides/__init__.py +++ b/openslides/__init__.py @@ -1,6 +1,6 @@ __author__ = "OpenSlides Team " __description__ = "Presentation and assembly system" -__version__ = "3.0" +__version__ = "3.0.1-dev" __license__ = "MIT" __url__ = "https://openslides.com" diff --git a/setup.py b/setup.py index 87048e9fc..cfc8b6074 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ setup( classifiers=[ # http://pypi.python.org/pypi?%3Aaction=list_classifiers # 'Development Status :: 3 - Alpha', - # 'Development Status :: 4 - Beta', - 'Development Status :: 5 - Production/Stable', + 'Development Status :: 4 - Beta', + # 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'License :: OSI Approved :: MIT License',