Marks 0.1.0 release

This commit is contained in:
Christopher Neugebauer 2016-04-26 14:51:12 +10:00
parent 7ef5203818
commit b32c7780c6
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
__version__ = "0.1a1" __version__ = "0.1.0"
default_app_config = "registrasion.apps.RegistrasionConfig" default_app_config = "registrasion.apps.RegistrasionConfig"

View file

@ -25,7 +25,7 @@ setup(
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
classifiers=( classifiers=(
"Development Status :: 2 - Pre-Alpha", "Development Status :: 3 - Alpha",
"Programming Language :: Python", "Programming Language :: Python",
"Framework :: Django", "Framework :: Django",
"Intended Audience :: Developers", "Intended Audience :: Developers",