Skip to content

Commit 07ee615

Browse files
committed
Upadte to 1.0.1, switch to semantic versioning
1 parent 46c1b9b commit 07ee615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77

88
setup(name='Flask-JWT-Extended',
9-
version='0.0.9',
9+
version='1.0.1',
1010
url='https://github.com/vimalloc/flask-jwt-extended',
1111
license='MIT',
1212
author='Landon Gilbert-Bland',
@@ -19,7 +19,7 @@
1919
platforms='any',
2020
install_requires=['Flask', 'PyJWT', 'simplekv', 'six'],
2121
classifiers=[
22-
'Development Status :: 2 - Pre-Alpha',
22+
'Development Status :: 4 - Beta',
2323
'Environment :: Web Environment',
2424
'Intended Audience :: Developers',
2525
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)