Skip to content

Commit

Permalink
Fixed setup.py bad classifier and upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
channelcat committed Oct 16, 2016
1 parent d008c25 commit 4f102a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Sanic',
version="0.1.2",
version="0.1.3",
url='http://github.com/channelcat/sanic/',
license='MIT',
author='Channel Cat',
Expand All @@ -19,7 +19,7 @@
'ujson>=1.35',
],
classifiers=[
'Development Status :: 1 - Alpha',
'Development Status :: 2 - Pre-Alpha',
'Environment :: Web Environment',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 4f102a9

Please sign in to comment.