Skip to content

Commit a4f6283

Browse files
version bump
1 parent b75ad6e commit a4f6283

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quart-sqlalchemy"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "SQLAlchemy for humans, with framework adapter for Quart."
55
authors = [
66
{name = "Joe Black", email = "me@joeblack.nyc"},

src/quart_sqlalchemy/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__version__ = "3.0.1"
2+
13
from .bind import AsyncBind
24
from .bind import Bind
35
from .bind import BindContext

0 commit comments

Comments
 (0)