summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2011-01-07 23:37:03 +0000
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2011-01-07 23:37:03 +0000
commit24c67fca69098b451bda609fe939a4e16e19288c (patch)
tree29a7c4114ce676c739326e645bcdff23b960df11 /setup.py
parenteb7db950bf0ddec74968d45246266fca6796f704 (diff)
downloadfutures-24c67fca69098b451bda609fe939a4e16e19288c.tar.gz
Bumped up version number
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 012826a..edbe8ca 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ except ImportError:
from distutils.core import setup
setup(name='futures',
- version='2.1',
+ version='2.1.1',
description='Backport of the concurrent.futures package from Python 3.2',
author='Brian Quinlan',
author_email='brian@sweetapp.com',