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 dc06292 + 40d7df3 commit 0fde636Copy full SHA for 0fde636
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.5},
+ version = {0.10.6},
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.5'
+__version__ = '0.10.6'
0 commit comments