Skip to content

Commit

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

setup(
name="revolve2-actor-controller",
version="0.2.3-alpha3",
version="0.2.4-alpha3",
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 @@ -7,7 +7,7 @@

setup(
name="revolve2-core",
version="0.2.3-alpha3",
version="0.2.4-alpha3",
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.2.3-alpha3"
release = "v0.2.4-alpha3"


# -- 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 @@ -7,7 +7,7 @@

setup(
name="revolve2-genotypes-cppnwin",
version="0.2.3-alpha3",
version="0.2.4-alpha3",
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 @@ -7,7 +7,7 @@

setup(
name="revolve2-rpi-controller",
version="0.2.3-alpha3",
version="0.2.4-alpha3",
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 @@ -7,7 +7,7 @@

setup(
name="revolve2-runners-isaacgym",
version="0.2.3-alpha3",
version="0.2.4-alpha3",
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 serialization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="revolve2-serialization",
version="0.2.3-alpha3",
version="0.2.4-alpha3",
description="Serialization classes and helper functions for revolve2",
author="Computational Intelligence Group Vrije Universiteit",
url="https://github.com/ci-group/revolve2",
Expand Down

0 comments on commit 533e550

Please sign in to comment.