Skip to content

Commit

Permalink
0.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Mar 17, 2023
1 parent 9ff1694 commit a6c00f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.7.0"
EDITION = "MetaDrive v0.3.0.1"
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
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def is_win():
print("We will install the following packages: ", packages)

""" ===== Remember to modify the PG_EDITION at first ====="""
version = "0.2.7.0"
version = "0.3.0.1"

# Can install specific branch via:
# pip install git+https://github.com/metadriverse/metadrive.git@fix-asset-copy
Expand Down Expand Up @@ -154,6 +154,8 @@ def is_win():
"""
How to publish to pypi? Noted by Zhenghao in Dec 27, 2020.
0. Rename version in metadrive/constants.py and setup.py
1. Remove old files and ext_modules from setup() to get a clean wheel for all platforms in py3-none-any.wheel
rm -rf dist/ build/ documentation/build/ metadrive_simulator.egg-info/ docs/build/
Expand Down

0 comments on commit a6c00f9

Please sign in to comment.