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.
2 parents 6382a2b + 52a8c48 commit d89c955Copy full SHA for d89c955
README.md
@@ -199,7 +199,7 @@ To cite this repository:
199
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
200
title = {{F}lax: A neural network library and ecosystem for {JAX}},
201
url = {http://github.com/google/flax},
202
- version = {0.10.1},
+ version = {0.10.2},
203
year = {2024},
204
}
205
```
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.1'
+__version__ = '0.10.2'
0 commit comments