Skip to content

Commit e8be915

Browse files
committed
Back to dev mode
1 parent 7576fff commit e8be915

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 23.9.1
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/astral-sh/ruff-pre-commit

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__doc__ = cloudpickle.__doc__
55

6-
__version__ = "3.1.2"
6+
__version__ = "3.2.0.dev0"
77

88
__all__ = [ # noqa
99
"__version__",

0 commit comments

Comments
 (0)