Skip to content

Commit

Permalink
Release 0.4.2.2 (#606)
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
pengzhenghao committed Jan 22, 2024
1 parent c7709b3 commit 8d08034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metadrive/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path

VERSION = "0.4.2.1"
VERSION = "0.4.2.2"


def asset_version():
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ def is_win():
7. Upload to production channel
twine upload dist/*
8. Upload the generated .whl file to release files
8. Upload the generated .whl files and the assets.zip to the Github release
9. merge this branch into main
9. Publish the release
10. merge this branch into main
!!!!!!!!!!!!! NOTE: please make sure that unzip assets.zip will generate a folder called assets instead of files
Expand Down

0 comments on commit 8d08034

Please sign in to comment.