Skip to content

Commit f740ab3

Browse files
author
Flax Authors
committed
Merge pull request #4345 from google:v0.10.1
PiperOrigin-RevId: 691966843
2 parents 7234157 + 300dcc6 commit f740ab3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0},
202+
version = {0.10.1},
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.0'
16+
__version__ = '0.10.1'

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)