Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed May 31, 2017
1 parent c1f9392 commit 91eae7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
0.3.1
=====

* Fix version information and ship a changelog

0.3.0
=====

Expand Down
2 changes: 1 addition & 1 deletion cloudpickle/__init__.py
Expand Up @@ -2,4 +2,4 @@

from cloudpickle.cloudpickle import *

__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

dist = setup(
name='cloudpickle',
version='0.3.0',
version='0.3.1',
description='Extended pickling support for Python objects',
author='Cloudpipe',
author_email='cloudpipe@googlegroups.com',
Expand Down

0 comments on commit 91eae7b

Please sign in to comment.