Skip to content

Commit 275ed76

Browse files
Bump version to 0.3.0 and pin siblings to >=0.3.0,<0.4.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0734708 commit 275ed76

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
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.2.2"
7+
version = "0.3.0"
88
description = "PEP 249 (DB-API 2.0) compliant interface for dqlite"
99
readme = "README.md"
1010
requires-python = ">=3.13"
@@ -26,8 +26,8 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828
dependencies = [
29-
"dqlite-client>=0.2.2,<0.3.0",
30-
"dqlite-wire>=0.2.2,<0.3.0",
29+
"dqlite-client>=0.3.0,<0.4.0",
30+
"dqlite-wire>=0.3.0,<0.4.0",
3131
]
3232

3333
[tool.uv.sources]

src/dqlitedbapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
PARSE_DECLTYPES: _Final[int] = 1
8484
PARSE_COLNAMES: _Final[int] = 2
8585

86-
__version__: _Final[str] = "0.2.2"
86+
__version__: _Final[str] = "0.3.0"
8787

8888
__all__ = [ # grouped by PEP 249 section, not alphabetical
8989
"__version__",

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)