Skip to content

Commit 6360b12

Browse files
committed
Bump minimum rlbot_flatbuffers version
1 parent 002f1f3 commit 6360b12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "A high performance Python interface for communicating with RLBot
88
dynamic = ["version"]
99
requires-python = ">= 3.11"
1010
dependencies = [
11-
"rlbot_flatbuffers~=0.14.0",
11+
"rlbot_flatbuffers~=0.14.1",
1212
"psutil==7.*",
1313
]
1414
readme = "README.md"

rlbot/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-beta.28"
1+
__version__ = "2.0.0-beta.29"

0 commit comments

Comments
 (0)