Skip to content

Commit 5bf2347

Browse files
0.4.0
1 parent b28f978 commit 5bf2347

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BevyFrame 0.3 ɑ
1+
# BevyFrame 0.4 ɑ
22

33
Python Web Framework
44

@@ -13,8 +13,8 @@ LuOS
1313

1414
Other
1515
```bash
16-
$ wget https://github.com/islekcaganmert/bevyframe/releases/download/Preview/BevyFrame-0.3.0-py3-none-any.whl
17-
$ python3 -m pip install ./BevyFrame-0.3.0-py3-none-any.whl
16+
$ wget https://github.com/islekcaganmert/bevyframe/releases/download/Preview/BevyFrame-0.4.0-py3-none-any.whl
17+
$ python3 -m pip install ./BevyFrame-0.4.0-py3-none-any.whl
1818
```
1919
## Features
2020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "BevyFrame"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Python Web Framework"
55
readme = "README.md"
66
license = {text = "LGPL-2.1"}

src/bevyframe/Frame/Run/Booting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def booting(self, host: str, port: int, debug: bool):
5-
print('BevyFrame 0.2 ⍺')
5+
print('BevyFrame 0.4 ⍺')
66
print('Upstream Version, Do Not Use in Production')
77
server_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
88
server_socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)

0 commit comments

Comments
 (0)