Skip to content

Commit 5d1710c

Browse files
committed
Increase version to 0.5.1
1 parent 6260a48 commit 5d1710c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ You will need Python 3.11 or later, and a working JAX installation installed in
2525

2626
Then, install QDax from PyPi with uv:
2727
```bash
28-
uv pip install cax
28+
uv pip install QDax
2929
```
3030

3131
or with `pip`:
3232
```bash
33-
pip install cax
33+
pip install QDax
3434
```
3535

3636
### Build the documentation

qdax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)