Skip to content

Commit

Permalink
Merge pull request #2 from BBBmau/release-0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
BBBmau authored May 27, 2024
2 parents aa638ba + 4181a95 commit dfe20a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metadrive/pull_asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
3 changes: 1 addition & 2 deletions metadrive/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from pathlib import Path

VERSION = "0.2.0"

VERSION = "0.3.0"

def asset_version():
root_dir = Path(__file__).parent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def is_win():
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,
Expand Down

0 comments on commit dfe20a9

Please sign in to comment.