Skip to content

Commit f15a630

Browse files
committed
Release 0.1.1
1 parent 4e34fd2 commit f15a630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from cloudpickle.cloudpickle import *
44

5-
__version__ = '0.1.0'
5+
__version__ = '0.1.1'

setup.py

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

99
dist = setup(
1010
name='cloudpickle',
11-
version='0.2.0.dev0',
11+
version='0.1.1',
1212
description='Extended pickling support for Python objects',
1313
author='Cloudpipe',
1414
author_email='cloudpipe@googlegroups.com',

0 commit comments

Comments
 (0)