Skip to content

Commit

Permalink
release 0.2.6.0 for metadrive-scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Nov 24, 2022
1 parent f277f8b commit 42de138
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
recursive-include metadrive\\assets\\ *
recursive-include metadrive\\examples\\ *
recursive-include metadrive/assets/ *
recursive-include metadrive/examples/ *
2 changes: 1 addition & 1 deletion metadrive/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from panda3d.core import Vec3
from panda3d.core import Vec4, BitMask32

EDITION = "MetaDrive v0.2.5.2"
EDITION = "MetaDrive v0.2.6.0"
DEFAULT_AGENT = "default_agent"
RENDER_MODE_NONE = "none" # Do not render
RENDER_MODE_ONSCREEN = "onscreen" # Pop up a window and draw image in it
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def is_win():
print("We will install the following packages: ", packages)

""" ===== Remember to modify the PG_EDITION at first ====="""
version = "0.2.5.2"
version = "0.2.6.0"

install_requires = [
"gym==0.19.0",
Expand Down

0 comments on commit 42de138

Please sign in to comment.