We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498a3bc commit af00a6aCopy full SHA for af00a6a
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "dqlite-dbapi"
7
-version = "0.1.2"
+version = "0.1.3"
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.2"
+__version__ = "0.1.3"
80
81
82
def connect(
0 commit comments