Skip to content

Commit 0fde636

Browse files
author
Flax Authors
committed
Merge pull request #4724 from google:0.10.6
PiperOrigin-RevId: 750649299
2 parents dc06292 + 40d7df3 commit 0fde636

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
@@ -157,7 +157,7 @@ To cite this repository:
157157
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
158158
title = {{F}lax: A neural network library and ecosystem for {JAX}},
159159
url = {http://github.com/google/flax},
160-
version = {0.10.5},
160+
version = {0.10.6},
161161
year = {2024},
162162
}
163163
```

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.5'
16+
__version__ = '0.10.6'

0 commit comments

Comments
 (0)