Skip to content

Commit

Permalink
BEGIN_PUBLIC
Browse files Browse the repository at this point in the history
Add zero to .dev suffix.
BEGIN_PUBLIC

PiperOrigin-RevId: 411070368
Change-Id: Ife0dde281d0d3c4dcec8bc5e07bec933b0b1bee0
  • Loading branch information
jg8610 committed Nov 19, 2021
1 parent 1a3c108 commit 175ea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
from jraph._src.utils import zero_out_padding


__version__ = "0.0.2.dev"
__version__ = "0.0.2.dev0"

__all__ = ("ArrayTree", "DeepSets", "GraphConvolution", "GraphMapFeatures",
"InteractionNetwork", "RelationNetwork", "GraphNetGAT", "GAT",
Expand Down

0 comments on commit 175ea28

Please sign in to comment.