From 2118a94eaa049ff1b6d3325c3999b5b1a50c81e7 Mon Sep 17 00:00:00 2001 From: Jon Lee Date: Tue, 12 Jan 2021 03:53:03 +0800 Subject: [PATCH] Bump to v0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 390af8e..c3e9335 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="casbin_sqlalchemy_adapter", - version="0.1.0", + version="0.2.0", author="TechLee", author_email="techlee@qq.com", description="SQLAlchemy Adapter for PyCasbin",