We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a31e7 commit 81c1549Copy full SHA for 81c1549
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup
7
8
setup(name='Flask-JWT-Extended',
9
- version='1.1.0',
+ version='1.2.0',
10
url='https://github.com/vimalloc/flask-jwt-extended',
11
license='MIT',
12
author='Landon Gilbert-Bland',
@@ -30,6 +30,7 @@
30
'Programming Language :: Python :: 3.3',
31
'Programming Language :: Python :: 3.4',
32
'Programming Language :: Python :: 3.5',
33
+ 'Programming Language :: Python :: 3.6',
34
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
35
'Topic :: Software Development :: Libraries :: Python Modules'
36
])
0 commit comments