We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecfdc7 commit 218b193Copy full SHA for 218b193
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="casbin_sqlalchemy_adapter",
10
- version="0.2.0",
+ version="0.3.0",
11
author="TechLee",
12
author_email="techlee@qq.com",
13
description="SQLAlchemy Adapter for PyCasbin",
@@ -20,11 +20,11 @@
20
python_requires=">=3.3",
21
license="Apache 2.0",
22
classifiers=[
23
- "Programming Language :: Python :: 3.3",
24
- "Programming Language :: Python :: 3.4",
25
"Programming Language :: Python :: 3.5",
26
"Programming Language :: Python :: 3.6",
27
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
28
"License :: OSI Approved :: Apache Software License",
29
"Operating System :: OS Independent",
30
],
0 commit comments