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 b75ad6e commit a4f6283Copy full SHA for a4f6283
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "quart-sqlalchemy"
3
-version = "3.0.0"
+version = "3.0.1"
4
description = "SQLAlchemy for humans, with framework adapter for Quart."
5
authors = [
6
{name = "Joe Black", email = "me@joeblack.nyc"},
src/quart_sqlalchemy/__init__.py
@@ -1,3 +1,5 @@
+__version__ = "3.0.1"
+
from .bind import AsyncBind
from .bind import Bind
from .bind import BindContext
0 commit comments