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 f400015 + 960e52e commit 8fe45a7Copy full SHA for 8fe45a7
README.md
@@ -158,7 +158,7 @@ To cite this repository:
158
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
159
title = {{F}lax: A neural network library and ecosystem for {JAX}},
160
url = {http://github.com/google/flax},
161
- version = {0.11.2},
+ version = {0.12.0},
162
year = {2024},
163
}
164
```
flax/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
15
"""Current Flax version at head on Github."""
16
-__version__ = '0.11.2'
+__version__ = '0.12.0'
0 commit comments