diff --git a/README.md b/README.md index 63b5592f..42321ead 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ To cite this repository: author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee}, title = {{F}lax: A neural network library and ecosystem for {JAX}}, url = {http://github.com/google/flax}, - version = {0.10.2}, + version = {0.10.3}, year = {2024}, } ``` diff --git a/flax/version.py b/flax/version.py index bdba069c..2f12c4c3 100644 --- a/flax/version.py +++ b/flax/version.py @@ -13,4 +13,4 @@ # limitations under the License. """Current Flax version at head on Github.""" -__version__ = '0.10.2' +__version__ = '0.10.3'