Skip to content

Commit 4c1f760

Browse files
committed
v0.10.3
1 parent e3bcc44 commit 4c1f760

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.2},
160+
version = {0.10.3},
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.2'
16+
__version__ = '0.10.3'

0 commit comments

Comments
 (0)