From 76d74996fdcc39b0824f440cbe7e2db3aaf32229 Mon Sep 17 00:00:00 2001 From: "brian.quinlan" Date: Thu, 18 Jun 2009 07:33:51 +0000 Subject: Increment version number to 0.2 --- python2/setup.py | 2 +- python3/setup.py | 2 +- 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', -- cgit v1.2.1