Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Mar 4, 2022
1 parent 29aa0c8 commit f75d05b
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 @@ -77,7 +77,7 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False):
'imageio',
'imageio-ffmpeg',
'pandas',
'gym',
'gym>=0.22',
'rtgym>=0.6',
'pyyaml',
'wandb',
Expand Down Expand Up @@ -110,13 +110,13 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False):

setup(
name='tmrl',
version='0.1.0',
version='0.1.1',
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.0.tar.gz',
download_url='https://github.com/trackmania-rl/tmrl/archive/refs/tags/v0.1.1.tar.gz',
author='Yann Bouteiller, Edouard Geze',
author_email='[email protected], [email protected]',
license='MIT',
Expand Down

0 comments on commit f75d05b

Please sign in to comment.