Skip to content

Commit

Permalink
Bump version to 0.0.2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 323778864
Change-Id: Iec9e324480e736dbe48040190f3815b37fb5b6c5
  • Loading branch information
LenaMartens authored and copybara-github committed Jul 29, 2020
1 parent 8079063 commit 7977598
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 @@ -409,7 +409,7 @@ To cite this repository:
author = {Tom Hennigan and Trevor Cai and Tamara Norman and Igor Babuschkin},
title = {{H}aiku: {S}onnet for {JAX}},
url = {http://github.com/deepmind/dm-haiku},
version = {0.0.1},
version = {0.0.2},
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 @@ -94,7 +94,7 @@
from haiku._src.typing import Params
from haiku._src.typing import State

__version__ = "0.0.1"
__version__ = "0.0.2"

__all__ = (
"AvgPool",
Expand Down

0 comments on commit 7977598

Please sign in to comment.