Skip to content

Commit 033271b

Browse files
committed
build(version): 5.0.7 -> 5.0.8
1 parent 8c97f90 commit 033271b

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.7
3+
current_version = 5.0.8
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.7"
6+
version = "5.0.8"
77
description = "A simple router system for HTTP applications"
88
readme = "README.rst"
99
requires-python = ">=3.9"

0 commit comments

Comments
 (0)