Skip to content

Commit 91eae7b

Browse files
committed
release v0.3.1
1 parent c1f9392 commit 91eae7b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.1
2+
=====
3+
4+
* Fix version information and ship a changelog
5+
16
0.3.0
27
=====
38

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.3.0'
5+
__version__ = '0.3.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.3.0',
11+
version='0.3.1',
1212
description='Extended pickling support for Python objects',
1313
author='Cloudpipe',
1414
author_email='cloudpipe@googlegroups.com',

0 commit comments

Comments
 (0)