Skip to content

Commit

Permalink
Update version for release v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
karlotness committed Feb 15, 2024
1 parent 1ba4a6e commit 4af1a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/powerpax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
iterations (:func:`ppx.sliced_scan <powerpax.sliced_scan>`).
"""

__version__ = "0.2.0.dev"
__version__ = "0.1.1"
__all__ = ["chunked_vmap", "sliced_scan", "checkpoint_chunked_scan", "Static"]

from ._vmap import chunked_vmap
Expand Down

0 comments on commit 4af1a3b

Please sign in to comment.