Skip to content

Commit

Permalink
Bump version to 1.0.0rc1 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Oct 31, 2023
1 parent 9e1a787 commit 5e2ad5c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.4.2b2"
version = "1.0.0rc1"
description = "Revolve2: Computational Intelligence Group experimentation tools and standards."
authors = ["Aart Stuurman <aartstuurman@hotmail.com>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Computational Intelligence Group, Vrije Universiteit Amsterdam & Contributors"
)
author = "Computational Intelligence Group, Vrije Universiteit Amsterdam & Contributors"
release = "v0.4.2-beta2"
release = "1.0.0rc1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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.4.2b2"
version = "1.0.0rc1"
description = "Revolve2: Tools for experimentation."
authors = ["Aart Stuurman <aartstuurman@hotmail.com>"]
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.4.2b2"
version = "1.0.0rc1"
description = "Revolve2: Everything for defining modular robots."
authors = ["Aart Stuurman <aartstuurman@hotmail.com>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
2 changes: 1 addition & 1 deletion 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 = "0.4.2b2"
version = "1.0.0rc1"
description = "Revolve2: Everything for physical modular robot control. This package is intended to be installed on the modular robot hardware."
authors = [
"Aart Stuurman <aartstuurman@hotmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion 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 = "0.4.2b2"
version = "1.0.0rc1"
description = "Revolve2: Functionality to define scenes with modular robots in a terrain and simulate them."
authors = ["Aart Stuurman <aartstuurman@hotmail.com>"]
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.4.2b2"
version = "1.0.0rc1"
description = "Revolve2: Physics simulation abstraction layer."
authors = ["Aart Stuurman <aartstuurman@hotmail.com>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down
2 changes: 1 addition & 1 deletion 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-simulators-mujoco"
version = "0.4.2b2"
version = "1.0.0rc1"
description = "Revolve2: MuJoCo simulator."
authors = ["Aart Stuurman <aartstuurman@hotmail.com>"]
repository = "https://github.com/ci-group/revolve2"
Expand Down

0 comments on commit 5e2ad5c

Please sign in to comment.