We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e34fd2 commit f15a630Copy full SHA for f15a630
cloudpickle/__init__.py
@@ -2,4 +2,4 @@
2
3
from cloudpickle.cloudpickle import *
4
5
-__version__ = '0.1.0'
+__version__ = '0.1.1'
setup.py
@@ -8,7 +8,7 @@
8
9
dist = setup(
10
name='cloudpickle',
11
- version='0.2.0.dev0',
+ version='0.1.1',
12
description='Extended pickling support for Python objects',
13
author='Cloudpipe',
14
author_email='cloudpipe@googlegroups.com',
0 commit comments