Skip to content

Commit

Permalink
MAINT Set __version__ back to 3.2.0.dev0 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored Jan 14, 2025
1 parent ff54d93 commit 8b82151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudpickle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__doc__ = cloudpickle.__doc__

__version__ = "3.1.1"
__version__ = "3.2.0.dev0"

__all__ = [ # noqa
"__version__",
Expand Down

0 comments on commit 8b82151

Please sign in to comment.