Skip to content

Commit

Permalink
v0.1.9 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 603973640
  • Loading branch information
fabianp authored and OptaxDev committed Feb 3, 2024
1 parent a9568b2 commit 0ffa9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
)
dpsgd = contrib.dpsgd

__version__ = "0.1.9.dev"
__version__ = "0.1.9"

__all__ = (
"adabelief",
Expand Down

1 comment on commit 0ffa9bb

@fabianp
Copy link
Member Author

@fabianp fabianp commented on 0ffa9bb Feb 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amosyou, @konstmish, @renuka010 congrats on your first contribution to optax! your changes are now in the latest release 😄

Please sign in to comment.