Skip to content

Commit

Permalink
update Flax to version 0.9.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668047408
  • Loading branch information
Cristian Garcia authored and Flax Authors committed Aug 27, 2024
1 parent 1b08425 commit fc2e599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ To cite this repository:
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
title = {{F}lax: A neural network library and ecosystem for {JAX}},
url = {http://github.com/google/flax},
version = {0.8.6},
year = {2023},
version = {0.9.0},
year = {2024},
}
```

Expand Down
2 changes: 1 addition & 1 deletion flax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

"""Current Flax version at head on Github."""
__version__ = '0.8.6'
__version__ = '0.9.0'

0 comments on commit fc2e599

Please sign in to comment.