Skip to content

Commit d1000da

Browse files
committed
fix: bump version
1 parent 303d145 commit d1000da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ To install the module, run the following command:
1616
pip install mujoco-sysid
1717
```
1818

19+
In order to use with MJX use `[mjx]` or `[mjx_cpu]` for CPU-only version:
20+
21+
```bash
22+
pip install mujoco-sysid[mjx]
23+
```
24+
1925
# Documentation
2026

2127
To be generated.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mujoco_sysid"
33
description = "MuJoCo System Identification tools"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors = [
66
{ name = "Lev Kozlov", email = "[email protected]" },
77
{ name = "Simeon Nedelchev", email = "[email protected]" },

0 commit comments

Comments
 (0)