Skip to content

Commit

Permalink
release-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed May 26, 2024
1 parent df5295b commit b69c354
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 @@
from pathlib import Path

VERSION = "0.1.0"
VERSION = "0.2.0"


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 @@ -80,7 +80,7 @@ def is_win():
]

setup(
name="metadrive-simulator-py3.12",
name="metadrive-simulator-py3-12",
python_requires='>=3.6, <3.13', # do version check with assert
version=VERSION,
description="An open-ended driving simulator with infinite scenes",
Expand Down

0 comments on commit b69c354

Please sign in to comment.