Skip to content

Commit b142b8e

Browse files
Release 0.5.2
1 parent d2cf062 commit b142b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False):
127127

128128
setup(
129129
name='tmrl',
130-
version='0.5.1',
130+
version='0.5.2',
131131
description='Network-based framework for real-time robot learning',
132132
long_description=README,
133133
long_description_content_type='text/markdown',
134134
keywords='reinforcement learning, robot learning, trackmania, self driving, roborace',
135135
url='https://github.com/trackmania-rl/tmrl',
136-
download_url='https://github.com/trackmania-rl/tmrl/archive/refs/tags/v0.5.1.tar.gz',
136+
download_url='https://github.com/trackmania-rl/tmrl/archive/refs/tags/v0.5.2.tar.gz',
137137
author='Yann Bouteiller, Edouard Geze',
138138
139139
license='MIT',

0 commit comments

Comments
 (0)