Skip to content

Commit f9eb69a

Browse files
committed
Bump To 1.1.0 (#499)
1 parent 405abed commit f9eb69a

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

ci_group/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-ci-group"
12-
version = "1.0.2"
12+
version = "1.1.0"
1313
description = "Revolve2: Computational Intelligence Group experimentation tools and standards."
1414
readme = "../README.md"
1515
authors = [
@@ -38,7 +38,7 @@ script = "revolve2/ci_group/morphological_novelty_metric/_build_cmodule.py"
3838

3939
[tool.poetry.dependencies]
4040
python = "^3.10,<3.12"
41-
revolve2-modular-robot-simulation = "1.0.2"
41+
revolve2-modular-robot-simulation = "1.1.0"
4242
noise = "^1.2.2"
4343
multineat = "^0.12"
4444
sqlalchemy = "^2.0.0"

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.0.2"
7+
version = "1.1.0"
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.0.2"
7+
version = "1.1.0"
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.0.2"
7+
version = "1.1.0"
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.0.2"
30+
revolve2-modular-robot = "1.1.0"
3131
revolve2-robohat = { version = "0.5.0", optional = true }
3232
pyrr = "^0.10.3"
3333
typed-argparse = "^0.3.1"

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.0.2"
7+
version = "1.1.0"
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.0.2"
31-
revolve2-simulation = "1.0.2"
30+
revolve2-modular-robot = "1.1.0"
31+
revolve2-simulation = "1.1.0"
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.0.2"
7+
version = "1.1.0"
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.0.2"
7+
version = "1.1.0"
88
description = "Revolve2: MuJoCo simulator."
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-simulation = "1.0.2"
30+
revolve2-simulation = "1.1.0"
3131
mujoco-python-viewer = "^0.1.3"
3232
mujoco = "^2.2.0"
3333
dm-control = "^1.0.3"

0 commit comments

Comments
 (0)