diff --git a/README.md b/README.md index 74af47b..0f34b3a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ moojoco-banner -**moojoco** provides a unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation +**MooJoCo** provides a unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation environments. The main goal of this framework is to **unify** the development and interfaces of environments implemented in native MuJoCo (MJC) and MuJoCo-XLA (MJX). @@ -46,7 +46,7 @@ MuJoCo (MJC) and MuJoCo-XLA (MJX). ## Examples -For practical applications and demonstrations of **moojoco**, please refer to +For practical applications and demonstrations of **MooJoCo**, please refer to the [Bio-inspired Robotics Testbed](https://github.com/Co-Evolve/brt), which employs this framework extensively. diff --git a/pyproject.toml b/pyproject.toml index 2eb0c30..aefa149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "moojoco" -version = "1.0.0" +version = "1.0.1" authors = [ { name = "Dries Marzougui", email = "dries.marzougui@gmail.com" }, ] diff --git a/setup.py b/setup.py index 405792e..c6ffc2e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='moojoco', - version='1.0.0', + version='1.0.1', description='A unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation ' 'environments.', long_description=readme,