We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6823613 commit 7cefe1fCopy full SHA for 7cefe1f
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "dqlite-dbapi"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "PEP 249 (DB-API 2.0) compliant interface for dqlite"
9
readme = "README.md"
10
requires-python = ">=3.13"
src/dqlitedbapi/__init__.py
@@ -76,7 +76,7 @@
76
"ROWID",
77
]
78
79
-__version__ = "0.1.0"
+__version__ = "0.1.1"
80
81
82
def connect(
0 commit comments