Skip to content

Commit

Permalink
Merge pull request #4292 from google:v0.10.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686679993
  • Loading branch information
Flax Authors committed Oct 16, 2024
2 parents 168aa3b + 39372b9 commit c692114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ 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.9.0},
version = {0.10.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.9.0'
__version__ = '0.10.0'

0 comments on commit c692114

Please sign in to comment.