Skip to content

Commit 16c01d6

Browse files
committed
build(release): 1.4.0
Changes: feat: typing [Kirill Klenov]
1 parent 5da6298 commit 16c01d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "muffin"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
description = "Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)"
55
authors = [{ name = "Kirill Klenov", email = "horneds@gmail.com" }]
66
requires-python = ">=3.10"
@@ -129,7 +129,7 @@ commands =
129129
"""
130130

131131
[tool.bumpversion]
132-
current_version = "1.3.1"
132+
current_version = "1.4.0"
133133
commit = false
134134
tag = false
135135

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)