Skip to content

Commit 64e3e08

Browse files
committed
fix: fix semantic version
1 parent 8a8bc01 commit 64e3e08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databases-casbin-adapter"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
description = "An adapter for PyCasbin that implemented by Databases library which support async process"
55
authors = ["isasetiawan <10252610+isasetiawan@users.noreply.github.com>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="databases-casbin-adapter",
12-
version="1.0.0",
12+
version="0.0.1",
1313
description="This is an Adapter for PyCasbin that implemented using Databases connection to achieve async process",
1414
long_description=README,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)