We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5cbbe commit 4415f32Copy full SHA for 4415f32
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='Flask-Hashids',
10
- version='1.0.0',
+ version='1.0.1',
11
url='https://github.com/Pevtrick/Flask-Hashids',
12
author='Patrick Jentsch',
13
author_email='[email protected]',
@@ -18,6 +18,7 @@
18
install_requires=['Flask', 'Hashids >= 1.0.2'],
19
classifiers=[
20
'Programming Language :: Python :: 3',
21
+ 'Framework :: Flask',
22
'License :: OSI Approved :: MIT License',
23
'Operating System :: OS Independent',
24
],
0 commit comments