From 6312eaef42b94ae270440c4a170acd4beebacda4 Mon Sep 17 00:00:00 2001 From: BBBmau Date: Sun, 26 May 2024 22:04:02 -0700 Subject: [PATCH 1/3] update asset_url --- metadrive/pull_asset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadrive/pull_asset.py b/metadrive/pull_asset.py index 59d1d2c4f..f09c8c3c0 100644 --- a/metadrive/pull_asset.py +++ b/metadrive/pull_asset.py @@ -15,7 +15,7 @@ from metadrive.version import asset_version ROOT_DIR = Path(__file__).parent -ASSET_URL = "https://github.com/metadriverse/metadrive/releases/download/MetaDrive-{}/assets.zip".format(VERSION) +ASSET_URL = "https://github.com/BBBmau/metadrive/releases/download/{}/assets.zip".format(VERSION) class MyProgressBar(): From f60d57a99d821c7fdfa1c25ae4f0ef86e96e19b5 Mon Sep 17 00:00:00 2001 From: BBBmau Date: Sun, 26 May 2024 22:14:47 -0700 Subject: [PATCH 2/3] release-0.3.0 --- metadrive/version.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metadrive/version.py b/metadrive/version.py index b7309cabd..c859de4db 100644 --- a/metadrive/version.py +++ b/metadrive/version.py @@ -1,6 +1,6 @@ from pathlib import Path -VERSION = "0.4.2.3" +VERSION = "0.3.0" def asset_version(): diff --git a/setup.py b/setup.py index 47c8bf93e..378594352 100644 --- a/setup.py +++ b/setup.py @@ -80,11 +80,11 @@ def is_win(): ] setup( - name="metadrive-simulator", + name="metadrive-simulator-py-3-12", python_requires='>=3.6, <3.13', # do version check with assert version=VERSION, description="An open-ended driving simulator with infinite scenes", - url="https://github.com/metadriverse/metadrive", + url="https://github.com/BBBmau/metadrive", author="MetaDrive Team", author_email="quanyili0057@gmail.com, pzh@cs.ucla.edu", packages=packages, From ebcfb740066dce0bc654fdbab12d44dfdfe72635 Mon Sep 17 00:00:00 2001 From: BBBmau Date: Sun, 26 May 2024 22:23:13 -0700 Subject: [PATCH 3/3] type --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 378594352..600e70004 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def is_win(): ] setup( - name="metadrive-simulator-py-3-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",