Skip to content

Commit 7b0eb67

Browse files
chore: bump version to 2.7.0 in pyproject.toml, __main__.py, and update readme.md header
1 parent 9ccbd82 commit 7b0eb67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6.2"
1+
__version__: str = "2.7.0"
22

33
# Version bump test - this comment will be removed after testing
44
ascii_art = f"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nexios"
7-
version = "2.6.2"
7+
version = "2.7.0"
88
description = "Nexios is a modern, high-performance ASGI web framework for Python with multi-server support with zero overhead."
99
authors = [
1010
{name = "Chidebele Dunamis", email = "[email protected]"}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="">
1010
<img alt=Support height="350" src="https://nexios-docs.netlify.app/icon.svg">
1111
</p>
12-
<h1 align="center">Nexios 2.6.x<br></h1>
12+
<h1 align="center">Nexios 2.7.x<br></h1>
1313

1414
</a>
1515
</p>

0 commit comments

Comments
 (0)