We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f9392 commit 91eae7bCopy full SHA for 91eae7b
CHANGES.md
@@ -1,3 +1,8 @@
1
+0.3.1
2
+=====
3
+
4
+* Fix version information and ship a changelog
5
6
0.3.0
7
=====
8
cloudpickle/__init__.py
@@ -2,4 +2,4 @@
from cloudpickle.cloudpickle import *
-__version__ = '0.3.0'
+__version__ = '0.3.1'
setup.py
@@ -8,7 +8,7 @@
9
dist = setup(
10
name='cloudpickle',
11
- version='0.3.0',
+ version='0.3.1',
12
description='Extended pickling support for Python objects',
13
author='Cloudpipe',
14
author_email='cloudpipe@googlegroups.com',
0 commit comments