Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Aug 25, 2023
1 parent 3763809 commit 51d4393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadrive/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

VERSION = "0.4.1.1"
VERSION = "0.4.1.2"


def asset_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def is_win():
1. Rename VERSION in metadrive/version.py to x.y.z
2. Revise the version in metadrive/assets/version.txt, and compress the folder into assets.zip
2. Revise the version in metadrive/assets/version.txt, and compress the folder: zip -r assets.zip assets
3. commit changes and push this branch to remote
Expand Down

0 comments on commit 51d4393

Please sign in to comment.