Skip to content

Commit

Permalink
Bump version to 1.2.2 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
tckarenchiang authored and andresgr96 committed Sep 13, 2024
1 parent 13492b0 commit 6da109d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion experimentation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion modular_robot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
4 changes: 2 additions & 2 deletions modular_robot_physical/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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" }
Expand Down
6 changes: 3 additions & 3 deletions modular_robot_simulation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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 = []
2 changes: 1 addition & 1 deletion simulation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
4 changes: 2 additions & 2 deletions simulators/mujoco_simulator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions standards/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6da109d

Please sign in to comment.