Skip to content

Commit d89c955

Browse files
author
Flax Authors
committed
Merge pull request #4387 from google:v0.10.2
PiperOrigin-RevId: 698095865
2 parents 6382a2b + 52a8c48 commit d89c955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ 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.10.1},
202+
version = {0.10.2},
203203
year = {2024},
204204
}
205205
```

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.10.1'
16+
__version__ = '0.10.2'

0 commit comments

Comments
 (0)