We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3c9af commit aa247ccCopy full SHA for aa247cc
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "burnysc2"
3
-version = "7.0.0"
+version = "7.0.1"
4
description = "A StarCraft II API Client for Python 3"
5
authors = ["BurnySc2 <gamingburny@gmail.com>"]
6
license = "MIT"
@@ -20,6 +20,7 @@ classifiers = [
20
"Operating System :: MacOS :: MacOS X",
21
"License :: OSI Approved :: MIT License",
22
"Programming Language :: Python :: 3",
23
+ "Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3.12",
0 commit comments