We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39960d8 commit 2a4b891Copy full SHA for 2a4b891
godot_rl/core/godot_env.py
@@ -17,7 +17,7 @@
17
18
class GodotEnv:
19
MAJOR_VERSION = "0" # Versioning for the environment
20
- MINOR_VERSION = "4"
+ MINOR_VERSION = "7"
21
DEFAULT_PORT = 11008 # Default port for communication with Godot Game
22
DEFAULT_TIMEOUT = 60 # Default socket timeout TODO
23
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
3
build-backend = "setuptools.build_meta"
4
[project]
5
name = "godot_rl"
6
-version = "0.6.2"
+version = "0.7.0"
7
authors = [
8
{ name="Edward Beeching", email="edbeeching@gmail.com" },
9
]
0 commit comments