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 1b08425 commit fc2e599Copy full SHA for fc2e599
README.md
@@ -199,8 +199,8 @@ 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.8.6},
203
- year = {2023},
+ version = {0.9.0},
+ year = {2024},
204
}
205
```
206
flax/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
15
"""Current Flax version at head on Github."""
16
-__version__ = '0.8.6'
+__version__ = '0.9.0'
0 commit comments