Skip to content

Commit b90f6ca

Browse files
committed
build(release): 1.2.0
1 parent 53c2e63 commit b90f6ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1.4"
3+
version = "1.2.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"
@@ -96,7 +96,7 @@ commands =
9696
"""
9797

9898
[tool.bumpversion]
99-
current_version = "1.1.4"
99+
current_version = "1.2.0"
100100
commit = false
101101
tag = false
102102

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)