File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "A high performance Python interface for communicating with RLBot
88dynamic = [" version" ]
99requires-python = " >= 3.11"
1010dependencies = [
11- " rlbot_flatbuffers~=0.8.1 " ,
11+ " rlbot_flatbuffers~=0.9.0 " ,
1212 " psutil==6.*" ,
1313]
1414readme = " README.md"
Original file line number Diff line number Diff line change 1- __version__ = "5.0.0-beta.5 "
1+ __version__ = "5.0.0-beta.6 "
22
33
44RESET_SEQ = "\033 [0m"
@@ -15,8 +15,11 @@ def _get_color(color: int) -> str:
1515)
1616
1717RELEASE_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
You can’t perform that action at this time.
0 commit comments