Skip to content

Commit 0756ed8

Browse files
tomhennigancopybara-github
authored andcommitted
Cut 0.0.14 release.
PiperOrigin-RevId: 750111991
1 parent ffd905e commit 0756ed8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.13},
456+
version = {0.0.14},
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.14.dev"
147+
__version__ = "0.0.14"
148148

149149
__all__ = (
150150
"AvgPool",

requirements-jax.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
jax>=0.4.28
2-
jaxlib>=0.4.28
1+
jax>=0.6.0
2+
jaxlib>=0.6.0

0 commit comments

Comments
 (0)