Skip to content

Commit 3009ec9

Browse files
tomhennigancopybara-github
authored andcommitted
Cut 0.0.13 release.
PiperOrigin-RevId: 686420252
1 parent af844e9 commit 3009ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ To cite this repository:
453453
author = {Tom Hennigan and Trevor Cai and Tamara Norman and Lena Martens and Igor Babuschkin},
454454
title = {{H}aiku: {S}onnet for {JAX}},
455455
url = {http://github.com/deepmind/dm-haiku},
456-
version = {0.0.10},
456+
version = {0.0.13},
457457
year = {2020},
458458
}
459459
```

haiku/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
from haiku._src.typing import SupportsCall
145145
from haiku._src.utils import get_channel_index
146146

147-
__version__ = "0.0.13.dev"
147+
__version__ = "0.0.13"
148148

149149
__all__ = (
150150
"AvgPool",

0 commit comments

Comments
 (0)