Skip to content

Commit 4415f32

Browse files
committed
Bump version
1 parent 8c5cbbe commit 4415f32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='Flask-Hashids',
10-
version='1.0.0',
10+
version='1.0.1',
1111
url='https://github.com/Pevtrick/Flask-Hashids',
1212
author='Patrick Jentsch',
1313
author_email='[email protected]',
@@ -18,6 +18,7 @@
1818
install_requires=['Flask', 'Hashids >= 1.0.2'],
1919
classifiers=[
2020
'Programming Language :: Python :: 3',
21+
'Framework :: Flask',
2122
'License :: OSI Approved :: MIT License',
2223
'Operating System :: OS Independent',
2324
],

0 commit comments

Comments
 (0)