Skip to content

Commit 81c1549

Browse files
committed
Bump to 1.2.0
1 parent 78a31e7 commit 81c1549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
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='1.1.0',
9+
version='1.2.0',
1010
url='https://github.com/vimalloc/flask-jwt-extended',
1111
license='MIT',
1212
author='Landon Gilbert-Bland',
@@ -30,6 +30,7 @@
3030
'Programming Language :: Python :: 3.3',
3131
'Programming Language :: Python :: 3.4',
3232
'Programming Language :: Python :: 3.5',
33+
'Programming Language :: Python :: 3.6',
3334
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
3435
'Topic :: Software Development :: Libraries :: Python Modules'
3536
])

0 commit comments

Comments
 (0)