diff --git a/metadrive/version.py b/metadrive/version.py index b7309cabd..1cd4b2709 100644 --- a/metadrive/version.py +++ b/metadrive/version.py @@ -1,6 +1,6 @@ from pathlib import Path -VERSION = "0.4.2.3" +VERSION = "0.2.0" def asset_version(): diff --git a/setup.py b/setup.py index 47c8bf93e..376cb3007 100644 --- a/setup.py +++ b/setup.py @@ -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",