From 6da109d3946633371a67d123eb1d238a70c872e0 Mon Sep 17 00:00:00 2001 From: Ting-Chia Chiang Date: Fri, 13 Sep 2024 12:26:54 +0200 Subject: [PATCH] Bump version to 1.2.2 (#572) --- experimentation/pyproject.toml | 2 +- modular_robot/pyproject.toml | 2 +- modular_robot_physical/pyproject.toml | 4 ++-- modular_robot_simulation/pyproject.toml | 6 +++--- simulation/pyproject.toml | 2 +- simulators/mujoco_simulator/pyproject.toml | 4 ++-- standards/pyproject.toml | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/experimentation/pyproject.toml b/experimentation/pyproject.toml index 6eaa16373..32bf2e99d 100644 --- a/experimentation/pyproject.toml +++ b/experimentation/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "revolve2-experimentation" -version = "1.2.1" +version = "1.2.2" description = "Revolve2: Tools for experimentation." readme = "../README.md" authors = [ diff --git a/modular_robot/pyproject.toml b/modular_robot/pyproject.toml index 8427e9605..0e61199d2 100644 --- a/modular_robot/pyproject.toml +++ b/modular_robot/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "revolve2-modular-robot" -version = "1.2.1" +version = "1.2.2" description = "Revolve2: Everything for defining modular robots." readme = "../README.md" authors = [ diff --git a/modular_robot_physical/pyproject.toml b/modular_robot_physical/pyproject.toml index c189d50e0..6adc977a7 100644 --- a/modular_robot_physical/pyproject.toml +++ b/modular_robot_physical/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "revolve2-modular-robot-physical" -version = "1.2.1" +version = "1.2.2" description = "Revolve2: Everything for physical modular robot control. This package is intended to be installed on the modular robot hardware." readme = "../README.md" authors = [ @@ -27,7 +27,7 @@ packages = [{ include = "revolve2" }] [tool.poetry.dependencies] python = "^3.10,<3.12" -revolve2-modular-robot = "1.2.1" +revolve2-modular-robot = "1.2.2" pyrr = "^0.10.3" typed-argparse = "^0.3.1" pycapnp = { version = "^2.0.0b2" } diff --git a/modular_robot_simulation/pyproject.toml b/modular_robot_simulation/pyproject.toml index cf307202f..1cc03c4b8 100644 --- a/modular_robot_simulation/pyproject.toml +++ b/modular_robot_simulation/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "revolve2-modular-robot-simulation" -version = "1.2.1" +version = "1.2.2" description = "Revolve2: Functionality to define scenes with modular robots in a terrain and simulate them." readme = "../README.md" authors = [ @@ -27,8 +27,8 @@ packages = [{ include = "revolve2" }] [tool.poetry.dependencies] python = "^3.10,<3.12" -revolve2-modular-robot = "1.2.1" -revolve2-simulation = "1.2.1" +revolve2-modular-robot = "1.2.2" +revolve2-simulation = "1.2.2" [tool.poetry.extras] dev = [] diff --git a/simulation/pyproject.toml b/simulation/pyproject.toml index 7a59c6614..5400f337c 100644 --- a/simulation/pyproject.toml +++ b/simulation/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "revolve2-simulation" -version = "1.2.1" +version = "1.2.2" description = "Revolve2: Physics simulation abstraction layer." readme = "../README.md" authors = [ diff --git a/simulators/mujoco_simulator/pyproject.toml b/simulators/mujoco_simulator/pyproject.toml index 4f251ea84..b32fca2c4 100644 --- a/simulators/mujoco_simulator/pyproject.toml +++ b/simulators/mujoco_simulator/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "revolve2-mujoco-simulator" -version = "1.2.1" +version = "1.2.2" description = "Revolve2: MuJoCo simulator." readme = "../../README.md" authors = [ @@ -28,7 +28,7 @@ packages = [{ include = "revolve2" }] [tool.poetry.dependencies] python = "^3.10,<3.12" -revolve2-simulation = "1.2.1" +revolve2-simulation = "1.2.2" mujoco-python-viewer = "^0.1.3" mujoco = "^2.2.0" dm-control = "^1.0.3" diff --git a/standards/pyproject.toml b/standards/pyproject.toml index 8127daea1..b66ac907b 100644 --- a/standards/pyproject.toml +++ b/standards/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "revolve2-standards" -version = "1.2.1" +version = "1.2.2" description = "Revolve2: Standard tools, parameters, terrains, robots and more for simulations and experiments." readme = "../README.md" authors = [ @@ -38,7 +38,7 @@ script = "revolve2/standards/morphological_novelty_metric/_build_cmodule.py" [tool.poetry.dependencies] python = "^3.10,<3.12" -revolve2-modular-robot-simulation = "1.2.1" +revolve2-modular-robot-simulation = "1.2.2" noise = "^1.2.2" multineat = "^0.12" sqlalchemy = "^2.0.0"