Skip to content

Commit 8156a66

Browse files
committed
Bump to version 1.2.4 (#595)
1 parent e67985d commit 8156a66

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

docs/source/physical_robot_core_setup/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Setting up Revolve2 on the robot requires different steps, depending on the hard
109109
* V1: :code:`pip install "revolve2-modular_robot_physical[botv1] @ git+https://github.com/ci-group/revolve2.git@<revolve_version>#subdirectory=modular_robot_physical"`.
110110
* V2: :code:`pip install "revolve2-modular_robot_physical[botv2] @ git+https://github.com/ci-group/revolve2.git@<revolve_version>#subdirectory=modular_robot_physical"`.
111111

112-
For example, if you want to install the version tagged as 1.2.3, the command would be:
113-
:code:`pip install "revolve2-modular_robot_physical[botv2] @ git+https://github.com/ci-group/revolve2.git@1.2.3#subdirectory=modular_robot_physical"`
112+
For example, if you want to install the version tagged as 1.2.4, the command would be:
113+
:code:`pip install "revolve2-modular_robot_physical[botv2] @ git+https://github.com/ci-group/revolve2.git@1.2.4#subdirectory=modular_robot_physical"`
114114

115115
#. Set up the Revolve2 physical robot daemon:
116116
#. Create a systemd service file: :code:`sudo nano /etc/systemd/system/robot-daemon.service`

experimentation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "revolve2-experimentation"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
description = "Revolve2: Tools for experimentation."
99
readme = "../README.md"
1010
authors = [

modular_robot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "revolve2-modular-robot"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
description = "Revolve2: Everything for defining modular robots."
99
readme = "../README.md"
1010
authors = [

modular_robot_physical/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "revolve2-modular-robot-physical"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
description = "Revolve2: Everything for physical modular robot control. This package is intended to be installed on the modular robot hardware."
99
readme = "../README.md"
1010
authors = [
@@ -27,7 +27,7 @@ packages = [{ include = "revolve2" }]
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.10,<3.12"
30-
revolve2-modular-robot = "1.2.3"
30+
revolve2-modular-robot = "1.2.4"
3131
pyrr = "^0.10.3"
3232
typed-argparse = "^0.3.1"
3333
pycapnp = { version = "^2.0.0b2" }

modular_robot_simulation/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "revolve2-modular-robot-simulation"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
description = "Revolve2: Functionality to define scenes with modular robots in a terrain and simulate them."
99
readme = "../README.md"
1010
authors = [
@@ -27,8 +27,8 @@ packages = [{ include = "revolve2" }]
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.10,<3.12"
30-
revolve2-modular-robot = "1.2.3"
31-
revolve2-simulation = "1.2.3"
30+
revolve2-modular-robot = "1.2.4"
31+
revolve2-simulation = "1.2.4"
3232

3333
[tool.poetry.extras]
3434
dev = []

simulation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "revolve2-simulation"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
description = "Revolve2: Physics simulation abstraction layer."
99
readme = "../README.md"
1010
authors = [

simulators/mujoco_simulator/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "revolve2-mujoco-simulator"
7-
version = "1.2.3"
7+
version = "1.2.4"
88
description = "Revolve2: MuJoCo simulator."
99
readme = "../../README.md"
1010
authors = [
@@ -29,7 +29,7 @@ packages = [{ include = "revolve2" }]
2929

3030
[tool.poetry.dependencies]
3131
python = "^3.10,<3.12"
32-
revolve2-simulation = "1.2.3"
32+
revolve2-simulation = "1.2.4"
3333
mujoco-python-viewer = "^0.1.3"
3434
mujoco = "^2.2.0"
3535
dm-control = "^1.0.3"

standards/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "poetry.core.masonry.api"
99

1010
[tool.poetry]
1111
name = "revolve2-standards"
12-
version = "1.2.3"
12+
version = "1.2.4"
1313
description = "Revolve2: Standard tools, parameters, terrains, robots and more for simulations and experiments."
1414
readme = "../README.md"
1515
authors = [
@@ -39,7 +39,7 @@ script = "revolve2/standards/morphological_novelty_metric/_build_cmodule.py"
3939

4040
[tool.poetry.dependencies]
4141
python = "^3.10,<3.12"
42-
revolve2-modular-robot-simulation = "1.2.3"
42+
revolve2-modular-robot-simulation = "1.2.4"
4343
noise = "^1.2.2"
4444
multineat = "^0.12"
4545
sqlalchemy = "^2.0.0"

0 commit comments

Comments
 (0)