summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchipx86 <chipx86@5efc13c4-1f27-0410-8691-ff2d1f55687e>2009-03-29 09:16:51 +0000
committerchipx86 <chipx86@5efc13c4-1f27-0410-8691-ff2d1f55687e>2009-03-29 09:16:51 +0000
commit4f3e09cbd7c49db08e27854a7fa2c1fa14782bf3 (patch)
tree5cdc62781d4ba957465f5105f0ddfd754ad2afdd
parente6a430c7585b0e7cb1af44e2b88164c0726df42b (diff)
Bump the version to 0.2beta2.dev.
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 07ec852..ec6d1d8 100755
--- a/setup.py
+++ b/setup.py
@@ -27,8 +27,8 @@ from setuptools import setup, find_packages
from setuptools.command.test import test
-VERSION = "0.2beta1"
-IS_RELEASE = True
+VERSION = "0.2beta2"
+IS_RELEASE = False
if IS_RELEASE: