Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Feb 18, 2023
1 parent 605a9c6 commit 8779e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grgrjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .helpers import *
from .newton import *

__version__ = '0.1.1'
__version__ = '0.2.0'
__all__ = ["newton_jax_jit", "newton_jax", "callback_func", "jax_print",
"jvp_vmap", "vjp_vmap", "val_and_jacfwd", "val_and_jacrev", "amax"]

Expand Down

0 comments on commit 8779e63

Please sign in to comment.