Skip to content

Commit e9d8cb7

Browse files
authored
v0.5.0
1 parent fc1a9cb commit e9d8cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pax/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from pax._src.nn.dropout import dropout
4848
from pax._src.utils import build_update_fn, grad, scan, value_and_grad
4949

50-
__version__ = "0.5.0.dev"
50+
__version__ = "0.5.0"
5151

5252
__all__ = (
5353
"apply_mp_policy",

0 commit comments

Comments
 (0)