Skip to content

Commit 840bae9

Browse files
committed
Release version v0.14.1
1 parent ab65af5 commit 840bae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "air"
3-
version = "0.13.0"
3+
version = "0.14.1"
44
description = "The new web framework that breathes fresh air into Python web development. Built with FastAPI, Starlette, and Pydantic."
55
authors = [
66
{ name = "Audrey M. Roy Greenfeld", email = "[email protected]" },

src/air/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A FastAPI-powered breath of fresh air in Python web development."""
22

3-
__version__ = "0.13.0"
3+
__version__ = "0.14.1"
44

55
from starlette.staticfiles import StaticFiles as StaticFiles # noqa
66

0 commit comments

Comments
 (0)