summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: