Skip to content

Commit 7cefe1f

Browse files
Version 0.1.1
1 parent 6823613 commit 7cefe1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dqlite-dbapi"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "PEP 249 (DB-API 2.0) compliant interface for dqlite"
99
readme = "README.md"
1010
requires-python = ">=3.13"

src/dqlitedbapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"ROWID",
7777
]
7878

79-
__version__ = "0.1.0"
79+
__version__ = "0.1.1"
8080

8181

8282
def connect(

0 commit comments

Comments
 (0)