Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 218b193

Browse files
committedApr 18, 2021
Bump to v0.3.0
1 parent 0ecfdc7 commit 218b193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎setup.py

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

88
setuptools.setup(
99
name="casbin_sqlalchemy_adapter",
10-
version="0.2.0",
10+
version="0.3.0",
1111
author="TechLee",
1212
author_email="techlee@qq.com",
1313
description="SQLAlchemy Adapter for PyCasbin",
@@ -20,11 +20,11 @@
2020
python_requires=">=3.3",
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",
27+
"Programming Language :: Python :: 3.9",
2828
"License :: OSI Approved :: Apache Software License",
2929
"Operating System :: OS Independent",
3030
],

0 commit comments

Comments
 (0)
Please sign in to comment.