Skip to content

Commit

Permalink
Upadte to 1.0.1, switch to semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Dec 15, 2016
1 parent 46c1b9b commit 07ee615
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 @@ -6,7 +6,7 @@
from setuptools import setup

setup(name='Flask-JWT-Extended',
version='0.0.9',
version='1.0.1',
url='https://github.com/vimalloc/flask-jwt-extended',
license='MIT',
author='Landon Gilbert-Bland',
Expand All @@ -19,7 +19,7 @@
platforms='any',
install_requires=['Flask', 'PyJWT', 'simplekv', 'six'],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 07ee615

Please sign in to comment.