We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bcc44 commit 4c1f760Copy full SHA for 4c1f760
README.md
@@ -157,7 +157,7 @@ To cite this repository:
157
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
158
title = {{F}lax: A neural network library and ecosystem for {JAX}},
159
url = {http://github.com/google/flax},
160
- version = {0.10.2},
+ version = {0.10.3},
161
year = {2024},
162
}
163
```
flax/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
15
"""Current Flax version at head on Github."""
16
-__version__ = '0.10.2'
+__version__ = '0.10.3'
0 commit comments