summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian.quinlan <devnull@localhost>2009-06-18 07:33:51 +0000
committerbrian.quinlan <devnull@localhost>2009-06-18 07:33:51 +0000
commit76d74996fdcc39b0824f440cbe7e2db3aaf32229 (patch)
tree15401ee9bfd4ae5e65f631c63cae94a8ea705277
parentdfcd0a3976b4469c0fb97e55dbd3fe613ca4f8be (diff)
downloadfutures-76d74996fdcc39b0824f440cbe7e2db3aaf32229.tar.gz
Increment version number to 0.2
-rwxr-xr-xpython2/setup.py2
-rwxr-xr-xpython3/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/python2/setup.py b/python2/setup.py
index 3b01dfb..bc63ee7 100755
--- a/python2/setup.py
+++ b/python2/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='futures',
- version='0.1',
+ version='0.2',
description='Java-style futures implementation in Python',
author='Brian Quinlan',
author_email='brian@sweetapp.com',
diff --git a/python3/setup.py b/python3/setup.py
index 07c2c7d..a8d97df 100755
--- a/python3/setup.py
+++ b/python3/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='futures',
- version='0.1',
+ version='0.2',
description='Java-style futures implementation in Python',
author='Brian Quinlan',
author_email='brian@sweetapp.com',