Bumped up version

This commit is contained in:
Alex Grönholm 2015-05-12 09:38:04 +03:00
parent bedac7cc11
commit d2d37b9464
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
3.0.2
=====
- Made multiprocessing optional again on implementations other than just Jython
3.0.1
=====

View File

@ -8,7 +8,7 @@ except ImportError:
from distutils.core import setup
setup(name='futures',
version='3.0.1',
version='3.0.2',
description='Backport of the concurrent.futures package from Python 3.2',
author='Brian Quinlan',
author_email='brian@sweetapp.com',