Skip to content

Commit b32c778

Browse files
committed
Marks 0.1.0 release
1 parent 7ef5203 commit b32c778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

registrasion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1a1"
1+
__version__ = "0.1.0"
22

33
default_app_config = "registrasion.apps.RegistrasionConfig"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read_file(filename):
2525
packages=find_packages(),
2626
include_package_data=True,
2727
classifiers=(
28-
"Development Status :: 2 - Pre-Alpha",
28+
"Development Status :: 3 - Alpha",
2929
"Programming Language :: Python",
3030
"Framework :: Django",
3131
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)