Skip to content

Commit

Permalink
Merge pull request #1 from BBBmau/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
BBBmau authored May 26, 2024
2 parents bae9413 + b69c354 commit aa638ba
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.4.2.3"
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",
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 aa638ba

Please sign in to comment.