Skip to content

Commit

Permalink
Increase the mctx version number to 0.0.3.
Browse files Browse the repository at this point in the history
Fixes #57

PiperOrigin-RevId: 550649827
  • Loading branch information
fidlej authored and MctxDev committed Jul 24, 2023
1 parent 4f37061 commit bfb7316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mctx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from mctx._src.search import search
from mctx._src.tree import Tree

__version__ = "0.0.2"
__version__ = "0.0.3"

__all__ = (
"ChanceRecurrentFnOutput",
Expand Down

0 comments on commit bfb7316

Please sign in to comment.