We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c856c1 commit bc0f126Copy full SHA for bc0f126
2 files changed
psqlpy_sqlalchemy/__init__.py
@@ -2,5 +2,5 @@
2
3
PsqlpyDialect = PSQLPyAsyncDialect
4
5
-__version__ = "0.1.0a3"
+__version__ = "0.1.0a4"
6
__all__ = ["PsqlpyDialect", "PSQLPyAsyncDialect"]
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "psqlpy-sqlalchemy"
7
-version = "0.1.0a3"
+version = "0.1.0a4"
8
description = "SQLAlchemy dialect for psqlpy PostgreSQL driver"
9
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments