Skip to content

Commit bd17397

Browse files
chore(versioning): Bump version from 2.4.5 to 2.4.6
version from 2.4.5 to 2.4.6 to reflect the latest changes and improvements.
1 parent 9fa250f commit bd17397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nexios/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__: str = "2.4.5"
1+
__version__: str = "2.4.6"
22

33
ascii_art = f"""
44
_ _ _

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include = ["nexios/py.typed"]
55

66
[tool.poetry]
77
name = "nexios"
8-
version = "2.4.5"
8+
version = "2.4.6"
99
description = "Nexios is a modern, high-performance ASGI web framework for Python with multi-server support with zero overhead."
1010
authors = ["Chidebele Dunamis <[email protected]>"]
1111
license = "MIT"

0 commit comments

Comments
 (0)