Skip to content

Commit

Permalink
ci: increment version (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-bonnet committed Jun 9, 2023
1 parent 0c20b86 commit a1ae444
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@

## Welcome to the Jungle! 🌴

Jumanji is a suite of diverse and challenging reinforcement learning (RL) environments written in
JAX.
Jumanji is a diverse suite of scalable reinforcement learning environments written in JAX.

Jumanji is helping pioneer a new wave of hardware-accelerated research and development in the
field of RL. Jumanji's high-speed environments enable faster iteration and large-scale
Expand Down
2 changes: 1 addition & 1 deletion jumanji/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.2"
__version__ = "0.3.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def _get_version() -> str:
name="jumanji",
version=_get_version(),
author="InstaDeep",
author_email="hello@instadeep.com",
description="A suite of diverse and challenging RL environments in JAX",
author_email="c.bonnet@instadeep.com",
description="A diverse suite of scalable reinforcement learning environments in JAX",
license="Apache 2.0",
url="https://github.com/instadeepai/jumanji/",
long_description=open("README.md").read(),
Expand Down

0 comments on commit a1ae444

Please sign in to comment.