Skip to content

Commit

Permalink
Merge pull request #3941 from google:v0.8.5
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636963360
  • Loading branch information
Flax Authors committed May 24, 2024
2 parents c84510d + 2ccb555 commit 8c529b2
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.8.4},
version = {0.8.5},
year = {2023},
}
```
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.4'
__version__ = '0.8.5'

0 comments on commit 8c529b2

Please sign in to comment.