Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok committed Jul 4, 2024
1 parent 303d145 commit d1000da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ To install the module, run the following command:
pip install mujoco-sysid
```

In order to use with MJX use `[mjx]` or `[mjx_cpu]` for CPU-only version:

```bash
pip install mujoco-sysid[mjx]
```

# Documentation

To be generated.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "mujoco_sysid"
description = "MuJoCo System Identification tools"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name = "Lev Kozlov", email = "kozlov.l.a10@gmail.com" },
{ name = "Simeon Nedelchev", email = "simkaned@gmail.com" },
Expand Down

0 comments on commit d1000da

Please sign in to comment.