From f52213b16d32f364496ceb7b3000af3b4fe511b0 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Tue, 6 Oct 2020 00:46:38 +0900 Subject: [PATCH] Bump version to 0.1.1 --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4821530..4668da2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Thankfully, this project is based on the code from [rllab] and [tensorflow/mode - PointBilliard-v2 (Multiple Goals (0.5 pt or 1.0 pt)) ## Warning -This project has some other environments (e.g., reacher, and swimmer) +This project has some other environments (e.g., reacher and swimmer) but if they are not on README, they are work in progress and not tested well. diff --git a/pyproject.toml b/pyproject.toml index 5101c57..b56fdbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mujoco-maze" -version = "0.1.0" +version = "0.1.1" description = "Simple maze environments using mujoco-py" license = "Apache-2.0" authors = ["Yuji Kanagawa "] @@ -10,7 +10,7 @@ repository = "https://github.com/kngwyu/mujoco-maze" homepage = "https://github.com/kngwyu/mujoco-maze" [tool.poetry.dependencies] -python = "^3.6" # Compatible python versions must be declared here +python = ">=3.6.1" # Compatible python versions must be declared here gym = ">=0.16" mujoco-py = ">=1.5"