Skip to content

Commit 9a2245d

Browse files
tomhennigancopybara-github
authored andcommitted
Cut Haiku 0.0.10 release.
PiperOrigin-RevId: 548125244
1 parent 8000335 commit 9a2245d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ To cite this repository:
428428
author = {Tom Hennigan and Trevor Cai and Tamara Norman and Lena Martens and Igor Babuschkin},
429429
title = {{H}aiku: {S}onnet for {JAX}},
430430
url = {http://github.com/deepmind/dm-haiku},
431-
version = {0.0.9},
431+
version = {0.0.10},
432432
year = {2020},
433433
}
434434
```

haiku/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
from haiku._src.typing import SupportsCall
128128
from haiku._src.utils import get_channel_index
129129

130-
__version__ = "0.0.10.dev"
130+
__version__ = "0.0.10"
131131

132132
__all__ = (
133133
"AvgPool",

0 commit comments

Comments
 (0)