Skip to content

Commit c6a477f

Browse files
committed
build(version): 5.0.6 -> 5.0.7
1 parent bd0fcec commit c6a477f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
3-
current_version = 5.0.6
3+
current_version = 5.0.7
44
files = pyproject.toml
55
tag = True
66
tag_name = {new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "Cython"]
33

44
[project]
55
name = "http-router"
6-
version = "5.0.6"
6+
version = "5.0.7"
77
description = "A simple router system for HTTP applications"
88
readme = "README.rst"
99
requires-python = ">=3.9"

0 commit comments

Comments
 (0)