We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd4932 commit 0bfc730Copy full SHA for 0bfc730
pyproject.toml
@@ -9,7 +9,7 @@ dynamic = ["version"]
9
requires-python = ">= 3.11"
10
dependencies = [
11
"rlbot_flatbuffers~=0.14.0",
12
- "psutil==6.*",
+ "psutil==7.*",
13
]
14
readme = "README.md"
15
license = {text = "Unlicense"}
rlbot/version.py
@@ -1 +1 @@
1
-__version__ = "2.0.0-beta.26"
+__version__ = "2.0.0-beta.27"
0 commit comments