We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rlbot_flatbuffers
1 parent 002f1f3 commit 6360b12Copy full SHA for 6360b12
pyproject.toml
@@ -8,7 +8,7 @@ description = "A high performance Python interface for communicating with RLBot
8
dynamic = ["version"]
9
requires-python = ">= 3.11"
10
dependencies = [
11
- "rlbot_flatbuffers~=0.14.0",
+ "rlbot_flatbuffers~=0.14.1",
12
"psutil==7.*",
13
]
14
readme = "README.md"
rlbot/version.py
@@ -1 +1 @@
1
-__version__ = "2.0.0-beta.28"
+__version__ = "2.0.0-beta.29"
0 commit comments