Skip to content

Commit c938688

Browse files
Tsunami014 (Max)Tsunami014 (Max)
Tsunami014 (Max)
authored and
Tsunami014 (Max)
committed
docs(build): 🚀 Got ready for a NEW RELEASE!!!
1 parent 368d3af commit c938688

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

BlazeSudio/BlazeSudio

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Options:
1616
--version, -v Show the version number and exit""")
1717
sys.exit(0)
1818
elif '--version' in sys.argv or '-v' in sys.argv:
19-
print('BlazeSudio v3.1.0')
19+
print('BlazeSudio v3.2.0')
2020
sys.exit(0)
2121

2222
txt = """
@@ -40,7 +40,7 @@ txt = re.sub('([`:"\']+)', '\033[92m\\1', txt)
4040

4141
if '--no-title' not in sys.argv and '-nt' not in sys.argv:
4242
print(txt)
43-
print(' '*8+'\033[91mMade by @Tsunami014\033[0m')
43+
print(' '*8+'\033[36mMade by @Tsunami014\033[0m')
4444
print('\n')
4545

4646
def bracketulate(txt):

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Docs](https://badgen.net/badge/Documentation/tsunami014.gitbook.io?color=orange&icon=wiki)](https://tsunami014.gitbook.io/blaze-sudios/)
66
[![Website](https://badgen.net/badge/website/tsunami014.github.io?icon=rss&color=yellow)](https://tsunami014.github.io/Blaze-Sudio/)
77

8-
# ![Fox icon](https://raw.githubusercontent.com/Tsunami014/Blaze-Sudio/main/images/FoxIconSmall.png) CURRENT VERSION: v3.1.0 (🌿 Kindle)
8+
# ![Fox icon](https://raw.githubusercontent.com/Tsunami014/Blaze-Sudio/main/images/FoxIconSmall.png) CURRENT VERSION: v3.2.0 (🌿 Kindle)
99

1010
### `pip install Blaze-Sudio[all]`
1111
But please see [the installation section](#️-installation) for detailed instructions.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Blaze-Sudio"
7-
version = "3.1.0"
7+
version = "3.2.0"
88
description = "This is a really cool game/physics/application engine written in pygame!"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -34,11 +34,11 @@ classifiers = [
3434

3535
dependencies = []
3636

37-
requires-python = ">= 3.10"
37+
requires-python = ">= 3.10,<=3.12"
3838

3939
[project.urls]
4040
Homepage = "https://github.com/Tsunami014/Blaze-Sudio"
41-
Download = "https://github.com/Tsunami014/Blaze-Sudio/archive/refs/tags/v3.1.0.tar.gz"
41+
Download = "https://github.com/Tsunami014/Blaze-Sudio/archive/refs/tags/v3.2.0.tar.gz"
4242
Documentation = "https://tsunami014.gitbook.io/blaze-sudios/"
4343
Repository = "https://github.com/Tsunami014/Blaze-Sudio"
4444
Issues = "https://github.com/Tsunami014/Blaze-Sudio/issues"

0 commit comments

Comments
 (0)