Skip to content

Commit 2a4b891

Browse files
committed
updates for 0.7 release
1 parent 39960d8 commit 2a4b891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

godot_rl/core/godot_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class GodotEnv:
1919
MAJOR_VERSION = "0" # Versioning for the environment
20-
MINOR_VERSION = "4"
20+
MINOR_VERSION = "7"
2121
DEFAULT_PORT = 11008 # Default port for communication with Godot Game
2222
DEFAULT_TIMEOUT = 60 # Default socket timeout TODO
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44
[project]
55
name = "godot_rl"
6-
version = "0.6.2"
6+
version = "0.7.0"
77
authors = [
88
{ name="Edward Beeching", email="edbeeching@gmail.com" },
99
]

0 commit comments

Comments
 (0)