We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f1af0 commit a69b92dCopy full SHA for a69b92d
cloudpickle/__init__.py
@@ -8,4 +8,4 @@
8
if sys.version_info[:2] >= (3, 8):
9
from cloudpickle.cloudpickle_fast import CloudPickler, dumps, dump
10
11
-__version__ = '1.4.0.dev0'
+__version__ = '1.4.0'
0 commit comments