Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 614779039
Change-Id: I5b9a0911a575bc27c97335e7e0720f2a4781d2fd
  • Loading branch information
Brax Team authored and btaba committed Mar 11, 2024
1 parent faf2766 commit 255a0a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you would like to reference Brax in a publication, please use:
author = {C. Daniel Freeman and Erik Frey and Anton Raichuk and Sertan Girgin and Igor Mordatch and Olivier Bachem},
title = {Brax - A Differentiable Physics Engine for Large Scale Rigid Body Simulation},
url = {http://github.com/google/brax},
version = {0.10.0},
version = {0.10.1},
year = {2021},
}
```
Expand Down
2 changes: 1 addition & 1 deletion brax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Import top-level classes and functions here for encapsulation/clarity."""

__version__ = '0.10.0'
__version__ = '0.10.1'

from brax.base import Motion
from brax.base import State
Expand Down
3 changes: 0 additions & 3 deletions docs/release-notes/next-release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Brax Release Notes

* Fixes #460, #461, and an issue related to #353.
* Removes barkour v0 joystick policy in favor of the [MJX tutorial](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/mjx/tutorial.ipynb) training barkour vb.
5 changes: 5 additions & 0 deletions docs/release-notes/v0.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Brax Release Notes

* Fixes #460, #461, and an issue related to #353.
* Removes barkour v0 joystick policy in favor of the [MJX tutorial](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/mjx/tutorial.ipynb) training barkour vb.
* Fixes #466.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="brax",
version="0.10.0",
version="0.10.1",
description="A differentiable physics engine written in JAX.",
author="Brax Authors",
author_email="[email protected]",
Expand Down

0 comments on commit 255a0a2

Please sign in to comment.