Skip to content

Commit

Permalink
bump version to 0.4.0 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Sep 11, 2023
1 parent 67fcf0d commit 7061393
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion actor_controller/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-actor-controller"
version = "0.3.9b1"
version = "0.4.0b2"
description = "Revolve2 actor controller interface and implementations."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
2 changes: 1 addition & 1 deletion ci_group/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-ci-group"
version = "0.3.9b1"
version = "0.4.0b2"
description = "Revolve2 Computational Intelligence Group experimentation tools and standards."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
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 = "0.3.9b1"
version = "0.4.0b2"
description = "Revolve2 experimentation tools."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
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 = "0.3.9b1"
version = "0.4.0b2"
description = "Revolve2 modular robot tools."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
2 changes: 1 addition & 1 deletion rpi_controller/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-rpi-controller"
version = "0.3.9b1"
version = "0.4.0b2"
description = "Raspberry Pi controller for revolve2."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
2 changes: 1 addition & 1 deletion rpi_controller_remote/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-rpi-controller-remote"
version = "0.3.9b1"
version = "0.4.0b2"
description = "Revolve2 remote controller for the raspberry pi controller."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
2 changes: 1 addition & 1 deletion serialization/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-serialization"
version = "0.3.9b1"
version = "0.4.0b2"
description = "Serialization classes and helper functions for revolve2. Deprecated and soon to be removed."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
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 = "0.3.9b1"
version = "0.4.0b2"
description = "Revolve2 simulator abstraction layer."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
2 changes: 1 addition & 1 deletion simulators/mujoco/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-simulators-mujoco"
version = "0.3.9b1"
version = "0.4.0b2"
description = "Revolve2 mujoco simulator."
authors = ["Aart Stuurman <[email protected]>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down

0 comments on commit 7061393

Please sign in to comment.