Skip to content

Commit fb315f0

Browse files
committed
Bump to v1.0.0
1 parent 50de74f commit fb315f0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="flask-authz",
10-
version="0.0.1",
10+
version="1.0.0",
1111
author="Yang Luo",
1212
author_email="hsluoyz@gmail.com",
1313
description="An authorization middleware for Flask that supports ACL, RBAC, ABAC, based on Casbin",
@@ -17,14 +17,13 @@
1717
keywords=["flask", "casbin", "auth", "authz", "acl", "rbac", "abac", "access control", "authorization", "permission"],
1818
packages=setuptools.find_packages(),
1919
install_requires=['casbin', 'flask', 'werkzeug'],
20-
python_requires=">=3.3",
20+
python_requires=">=3.5",
2121
license="Apache 2.0",
2222
classifiers=[
23-
"Programming Language :: Python :: 3.3",
24-
"Programming Language :: Python :: 3.4",
2523
"Programming Language :: Python :: 3.5",
2624
"Programming Language :: Python :: 3.6",
2725
"Programming Language :: Python :: 3.7",
26+
"Programming Language :: Python :: 3.8",
2827
"License :: OSI Approved :: Apache Software License",
2928
"Operating System :: OS Independent",
3029
],

0 commit comments

Comments
 (0)