Skip to content

Commit 8fe45a7

Browse files
author
Flax Authors
committed
Merge pull request #4982 from google:version-0.12.0
PiperOrigin-RevId: 811459444
2 parents f400015 + 960e52e commit 8fe45a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ To cite this repository:
158158
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
159159
title = {{F}lax: A neural network library and ecosystem for {JAX}},
160160
url = {http://github.com/google/flax},
161-
version = {0.11.2},
161+
version = {0.12.0},
162162
year = {2024},
163163
}
164164
```

flax/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
"""Current Flax version at head on Github."""
16-
__version__ = '0.11.2'
16+
__version__ = '0.12.0'

0 commit comments

Comments
 (0)