summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian.quinlan <devnull@localhost>2010-11-13 10:23:52 +0000
committerbrian.quinlan <devnull@localhost>2010-11-13 10:23:52 +0000
commitb7ba8f8c71e621f752c71fac88ba2757ce7b2e1b (patch)
treede0a911a47710b8fb00aafa41cfb631d9fef11ab
parent47fd0d1f03ae23be62c84ae52b5d0b4d13c2a530 (diff)
downloadfutures-b7ba8f8c71e621f752c71fac88ba2757ce7b2e1b.tar.gz
Bump version number for Python 3.2-matching release
-rwxr-xr-xpython2/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/setup.py b/python2/setup.py
index 897dc86..0465a9b 100755
--- a/python2/setup.py
+++ b/python2/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='futures',
- version='1.0',
+ version='2.0',
description='Java-style futures implementation in Python 2.x',
author='Brian Quinlan',
author_email='brian@sweetapp.com',