Skip to content

Commit 813463d

Browse files
committed
Update to new spec
1 parent 4a4405f commit 813463d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.8.1",
11+
"rlbot_flatbuffers~=0.9.0",
1212
"psutil==6.*",
1313
]
1414
readme = "README.md"

rlbot/version.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.0.0-beta.5"
1+
__version__ = "5.0.0-beta.6"
22

33

44
RESET_SEQ = "\033[0m"
@@ -15,8 +15,11 @@ def _get_color(color: int) -> str:
1515
)
1616

1717
RELEASE_NOTES = {
18+
"5.0.0-beta.6": """
19+
Update to new sockets spec
20+
""",
1821
"5.0.0-beta.5": """
19-
Better handle `handle_match_communication` API
22+
Better `handle_match_communication` API
2023
""",
2124
"5.0.0-beta.4": """
2225
Better state setting API

0 commit comments

Comments
 (0)