summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2013-06-24 01:20:47 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2013-06-24 01:20:47 +0300
commitacb8961109b61390bac0a0cd795d53924db20f4c (patch)
tree810b408eff45e7507e131e6f4f7eed6c798c7206 /setup.py
parent24ffe396c4da66cfa65b5d8641f9c39aa3ada5b1 (diff)
downloadfutures-acb8961109b61390bac0a0cd795d53924db20f4c.tar.gz
Redid the port from scratch using Python 3.2.5 as base2.1.4
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 f0dcd89..c08461e 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ except ImportError:
from distutils.core import setup
setup(name='futures',
- version='2.1.3',
+ version='2.1.4',
description='Backport of the concurrent.futures package from Python 3.2',
author='Brian Quinlan',
author_email='brian@sweetapp.com',