Skip to content

Commit

Permalink
Bump version to 0.3.2 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Oct 19, 2022
1 parent 4a27c1d commit f575289
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion actor_controller/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="revolve2-actor-controller",
version="0.3.1-beta1",
version="0.3.2-beta1",
description="Individual Actor controller for revolve2",
author="Computational Intelligence Group Vrije Universiteit",
url="https://github.com/ci-group/revolve2",
Expand Down
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="revolve2-core",
version="0.3.1-beta1",
version="0.3.2-beta1",
description="Core package for revolve2",
author="Computational Intelligence Group Vrije Universiteit",
url="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 @@ -25,7 +25,7 @@
author = "Computational Intelligence Group, Vrije Universiteit Amsterdam & Contributors"

# The full version, including alpha/beta/rc tags
release = "v0.3.1-beta1"
release = "v0.3.2-beta1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion genotypes/cppnwin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="revolve2-genotypes-cppnwin",
version="0.3.1-beta1",
version="0.3.2-beta1",
description="CPPNWIN genotype for modular robots from Revolve2",
author="Computational Intelligence Group Vrije Universiteit",
url="https://github.com/ci-group/revolve2",
Expand Down
2 changes: 1 addition & 1 deletion rpi_controller/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="revolve2-rpi-controller",
version="0.3.1-beta1",
version="0.3.2-beta1",
description="Raspberry Pi controller for revolve2",
author="Computational Intelligence Group Vrije Universiteit",
url="https://github.com/ci-group/revolve2",
Expand Down
2 changes: 1 addition & 1 deletion runners/isaacgym/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="revolve2-runners-isaacgym",
version="0.3.1-beta1",
version="0.3.2-beta1",
description="Isaac Gym runner for Revolve2",
author="Computational Intelligence Group Vrije Universiteit",
url="https://github.com/ci-group/revolve2",
Expand Down
2 changes: 1 addition & 1 deletion runners/mujoco/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="revolve2-runners-mujoco",
version="0.3.1-beta1",
version="0.3.2-beta1",
description="Mujoco runner for Revolve2",
author="Computational Intelligence Group Vrije Universiteit",
url="https://github.com/ci-group/revolve2",
Expand Down
2 changes: 1 addition & 1 deletion serialization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="revolve2-serialization",
version="0.3.1-beta1",
version="0.3.2-beta1",
description="Serialization classes and helper functions for revolve2",
author="Computational Intelligence Group Vrije Universiteit",
url="https://github.com/ci-group/revolve2",
Expand Down
2 changes: 1 addition & 1 deletion standard_resources/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="revolve2-standard-resources",
version="0.3.1-beta1",
version="0.3.2-beta1",
description="Standard resources such as environments and robots that can be used for testing and research.",
author="Computational Intelligence Group Vrije Universiteit",
url="https://github.com/ci-group/revolve2",
Expand Down

0 comments on commit f575289

Please sign in to comment.