Skip to content

Commit 75c42f7

Browse files
committed
build(release): 1.3.0
Changes:
1 parent a554b65 commit 75c42f7

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.2.0"
3+
version = "1.3.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"
@@ -124,7 +124,7 @@ commands =
124124
"""
125125

126126
[tool.bumpversion]
127-
current_version = "1.2.0"
127+
current_version = "1.3.0"
128128
commit = false
129129
tag = false
130130

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)