Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Jun 4, 2022
1 parent d24a112 commit a4d5864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
sys.exit('Sorry, Python < 3.7 is not supported. We use dataclasses that have been introduced in 3.7.')


RESOURCES_URL = "https://github.com/trackmania-rl/tmrl/releases/download/v0.0.2/resources.zip"
RESOURCES_URL = "https://github.com/trackmania-rl/tmrl/releases/download/v0.2.0/resources.zip"


def url_retrieve(url: str, outfile: Path, overwrite: bool = False):
Expand Down Expand Up @@ -123,13 +123,13 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False):

setup(
name='tmrl',
version='0.1.6',
version='0.2.0',
description='Autonomous racing in Trackmania',
long_description=README,
long_description_content_type='text/markdown',
keywords='reinforcement learning, trackmania, self driving, roborace',
url='https://github.com/trackmania-rl/tmrl',
download_url='https://github.com/trackmania-rl/tmrl/archive/refs/tags/v0.1.6.tar.gz',
download_url='https://github.com/trackmania-rl/tmrl/archive/refs/tags/v0.2.0.tar.gz',
author='Yann Bouteiller, Edouard Geze',
author_email='[email protected], [email protected]',
license='MIT',
Expand Down

0 comments on commit a4d5864

Please sign in to comment.