Skip to content

Commit fc2e599

Browse files
Cristian GarciaFlax Authors
Cristian Garcia
authored and
Flax Authors
committed
update Flax to version 0.9.0
PiperOrigin-RevId: 668047408
1 parent 1b08425 commit fc2e599

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ To cite this repository:
199199
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
200200
title = {{F}lax: A neural network library and ecosystem for {JAX}},
201201
url = {http://github.com/google/flax},
202-
version = {0.8.6},
203-
year = {2023},
202+
version = {0.9.0},
203+
year = {2024},
204204
}
205205
```
206206

flax/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
"""Current Flax version at head on Github."""
16-
__version__ = '0.8.6'
16+
__version__ = '0.9.0'

0 commit comments

Comments
 (0)