We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51670a commit a34fdf0Copy full SHA for a34fdf0
cloudpickle/__init__.py
@@ -1,3 +1,5 @@
1
from __future__ import absolute_import
2
3
from cloudpickle.cloudpickle import *
4
+
5
+__version__ = '0.1.0'
0 commit comments