Skip to content

Commit

Permalink
Cut Haiku 0.0.10 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 548125244
  • Loading branch information
tomhennigan authored and copybara-github committed Jul 14, 2023
1 parent 8000335 commit 9a2245d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ To cite this repository:
author = {Tom Hennigan and Trevor Cai and Tamara Norman and Lena Martens and Igor Babuschkin},
title = {{H}aiku: {S}onnet for {JAX}},
url = {http://github.com/deepmind/dm-haiku},
version = {0.0.9},
version = {0.0.10},
year = {2020},
}
```
Expand Down
2 changes: 1 addition & 1 deletion haiku/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
from haiku._src.typing import SupportsCall
from haiku._src.utils import get_channel_index

__version__ = "0.0.10.dev"
__version__ = "0.0.10"

__all__ = (
"AvgPool",
Expand Down

0 comments on commit 9a2245d

Please sign in to comment.