diff --git a/README.md b/README.md index 0773ac8d4..5293cd5a4 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,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.0}, + version = {0.10.1}, year = {2024}, } ``` diff --git a/flax/version.py b/flax/version.py index 74085d2c0..b0d65526f 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.0' +__version__ = '0.10.1' diff --git a/uv.lock b/uv.lock index 7246821bf..7f3e9ab32 100644 --- a/uv.lock +++ b/uv.lock @@ -767,7 +767,7 @@ wheels = [ [[package]] name = "flax" -version = "0.10.0" +version = "0.10.1" source = { editable = "." } dependencies = [ { name = "jax" },