Skip to content

Commit

Permalink
Bump version to 0.0.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314701534
Change-Id: I03a6371fed6d19408c4c9e1a527a5fc14f789f23
  • Loading branch information
tomhennigan authored and copybara-github committed Jun 4, 2020
1 parent 31a2fc1 commit 064ddf5
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 @@ -410,7 +410,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.1b0},
version = {0.0.1},
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 @@ -93,7 +93,7 @@
from haiku._src.typing import Params
from haiku._src.typing import State

__version__ = "0.0.1b0"
__version__ = "0.0.1"

__all__ = (
"AvgPool",
Expand Down

0 comments on commit 064ddf5

Please sign in to comment.