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