Skip to content

Commit 9a9d9a3

Browse files
chore: update version to 2.4.7 and standardize versioning in documentation
1 parent e21d7f4 commit 9a9d9a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
icon: down-to-line
33
---
44

5-
# Getting Started <Badge type="tip" text="3" />
5+
# Getting Started <Badge type="tip" text="2.4.x" />
66

77
Nexios is simple to install , no stress !
88

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ features:
3131
---
3232

3333

34-
## Getting Started <Badge type="tip" text="2.4.0" />
34+
## Getting Started <Badge type="tip" text="2.4.x" />
3535

3636
You can get started using Nexios right away using `pip`
3737

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.6"
1+
__version__: str = "2.4.7"
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.6"
8+
version = "2.4.7"
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)