Bumped up version
This commit is contained in:
parent
bedac7cc11
commit
d2d37b9464
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
|||||||
|
3.0.2
|
||||||
|
=====
|
||||||
|
|
||||||
|
- Made multiprocessing optional again on implementations other than just Jython
|
||||||
|
|
||||||
|
|
||||||
3.0.1
|
3.0.1
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ except ImportError:
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(name='futures',
|
setup(name='futures',
|
||||||
version='3.0.1',
|
version='3.0.2',
|
||||||
description='Backport of the concurrent.futures package from Python 3.2',
|
description='Backport of the concurrent.futures package from Python 3.2',
|
||||||
author='Brian Quinlan',
|
author='Brian Quinlan',
|
||||||
author_email='brian@sweetapp.com',
|
author_email='brian@sweetapp.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user