Skip to content

Commit bc0f126

Browse files
author
Eugene Shershen
committed
tests
1 parent 8c856c1 commit bc0f126

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

psqlpy_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
PsqlpyDialect = PSQLPyAsyncDialect
44

5-
__version__ = "0.1.0a3"
5+
__version__ = "0.1.0a4"
66
__all__ = ["PsqlpyDialect", "PSQLPyAsyncDialect"]

pyproject.toml

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

55
[project]
66
name = "psqlpy-sqlalchemy"
7-
version = "0.1.0a3"
7+
version = "0.1.0a4"
88
description = "SQLAlchemy dialect for psqlpy PostgreSQL driver"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)