Bumped up version
diff --git a/CHANGES b/CHANGES
index 6781b15..09b1ab1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+3.0.2
+=====
+
+- Made multiprocessing optional again on implementations other than just Jython
+
+
3.0.1
=====
diff --git a/setup.py b/setup.py
index b690602..7c1d40e 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
from distutils.core import setup
setup(name='futures',
- version='3.0.1',
+ version='3.0.2',
description='Backport of the concurrent.futures package from Python 3.2',
author='Brian Quinlan',
author_email='brian@sweetapp.com',