Skip to content

Commit

Permalink
Releases/0.4.3 (#780)
Browse files Browse the repository at this point in the history
* Update to 0.4.3

* Update to 0.4.3
  • Loading branch information
pengzhenghao authored Dec 6, 2024
1 parent 5bf8ea8 commit b908149
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ cd metadrive
pip install -e .
```

or

```bash
pip install metadrive-simulator
```
*Note that the program is tested on both Linux and Windows. Some control and display issues in MacOS wait to be solved*

You can verify the installation of MetaDrive via running the testing script:
Expand Down
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.3"
VERSION = "0.4.3"


def asset_version():
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ def is_win():
6. Upload to production channel
twine upload dist/*
7. Draft a release on github with new version number and upload assets.zip and the generated .whl files to the release.
7. Draft a release on github with new version number.
Create new tag.
Set target to main.
Upload assets.zip and the generated .whl files to the release.
8. Publish the release
Expand Down

0 comments on commit b908149

Please sign in to comment.