Skip to content

Commit

Permalink
Marks 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjrn committed Apr 26, 2016
1 parent 7ef5203 commit b32c778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion registrasion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1a1"
__version__ = "0.1.0"

default_app_config = "registrasion.apps.RegistrasionConfig"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read_file(filename):
packages=find_packages(),
include_package_data=True,
classifiers=(
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Framework :: Django",
"Intended Audience :: Developers",
Expand Down

0 comments on commit b32c778

Please sign in to comment.