Bump version to 0.2.0

This commit is contained in:
kngwyu 2021-06-22 18:20:31 +09:00
parent 648a397b5b
commit 39a611dc0e
2 changed files with 2 additions and 2 deletions

View File

@ -78,4 +78,4 @@ for maze_id in TaskRegistry.keys():
) )
__version__ = "0.1.0" __version__ = "0.2.0"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "mujoco-maze" name = "mujoco-maze"
version = "0.1.1" version = "0.2.0"
description = "Simple maze environments using mujoco-py" description = "Simple maze environments using mujoco-py"
license = "Apache-2.0" license = "Apache-2.0"
authors = ["Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"] authors = ["Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"]