summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2012-08-25 06:50:48 +0000
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2012-08-25 06:50:48 +0000
commit4a4b6974a8b6684ecbb429cd947503b6fe78ac39 (patch)
tree20f90544600b5a9c25a1c6c1b0cd46b8b5990b4f /setup.py
parent75441481c4e5855f18d1772064e6d5f44b2a3730 (diff)
downloadfutures-4a4b6974a8b6684ecbb429cd947503b6fe78ac39.tar.gz
Fixed race condition (thanks Ralf Schmitt)2.1.3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9f973c6..f0dcd89 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ except ImportError:
from distutils.core import setup
setup(name='futures',
- version='2.1.2',
+ version='2.1.3',
description='Backport of the concurrent.futures package from Python 3.2',
author='Brian Quinlan',
author_email='brian@sweetapp.com',