Skip to content

Commit 59fd364

Browse files
Version 0.1.2
1 parent dcba9a4 commit 59fd364

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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sqlalchemy-dqlite"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "SQLAlchemy 2.0 dialect for dqlite distributed SQLite"
99
readme = "README.md"
1010
requires-python = ">=3.13"

src/sqlalchemydqlite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["DqliteDialect"]
66

7-
__version__ = "0.1.1"
7+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)