diff --git a/VERSION.txt b/VERSION.txt index 4f78ca6..ef8cea1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.0-RC-1 \ No newline at end of file +1.1-RC-1 \ No newline at end of file diff --git a/setup.py b/setup.py index 8db2db3..fdb8aa2 100644 --- a/setup.py +++ b/setup.py @@ -69,15 +69,13 @@ def tests_require(): }, scripts=['bin/vmcctl'], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Natural Language :: English', 'Intended Audience :: System Administrators', 'Intended Audience :: Information Technology', 'Natural Language :: English', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP',