We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3010f commit 291d336Copy full SHA for 291d336
psqlpy_sqlalchemy/__init__.py
@@ -2,5 +2,5 @@
2
3
PsqlpyDialect = PSQLPyAsyncDialect
4
5
-__version__ = "0.1.0a8"
+__version__ = "0.1.0a9"
6
__all__ = ["PsqlpyDialect", "PSQLPyAsyncDialect"]
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "psqlpy-sqlalchemy"
7
-version = "0.1.0a8"
+version = "0.1.0a9"
8
description = "SQLAlchemy dialect for psqlpy PostgreSQL driver"
9
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments