Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 2454ea3

Browse files
committed
Release v0.1.0
1 parent 70416a6 commit 2454ea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
BASE_PATH = os.path.abspath(os.path.dirname(__file__))
55
README = open(os.path.join(BASE_PATH, 'README.rst')).read()
66

7-
__version__ = '0.0.8'
7+
__version__ = '0.1.0'
88
__author__ = 'Masashi Shibata <[email protected]>'
99
__author_email__ = '[email protected]'
1010
__license__ = 'MIT License'
1111
__classifiers__ = (
12-
'Development Status :: 2 - Pre-Alpha',
12+
'Development Status :: 3 - Alpha',
1313
'Intended Audience :: Developers',
1414
'License :: OSI Approved :: MIT License',
1515
'Topic :: Internet :: WWW/HTTP :: WSGI',

0 commit comments

Comments
 (0)