summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorchipx86 <chipx86@5efc13c4-1f27-0410-8691-ff2d1f55687e>2009-03-29 07:57:50 +0000
committerchipx86 <chipx86@5efc13c4-1f27-0410-8691-ff2d1f55687e>2009-03-29 07:57:50 +0000
commitca1f9807a632dc86bf56d2b34b7df8dbafd9eac7 (patch)
tree75b205e929a5f97b5755261b9e2eb867d6774a51 /setup.py
parentca1c336ef1bb5158c9bca9ceceaca9a28ce196ef (diff)
Release rbtools 0.2 beta 1.release-0.2beta1
git-svn-id: https://reviewboard.googlecode.com/svn/trunk/rbtools@1879 5efc13c4-1f27-0410-8691-ff2d1f55687e
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 633b485..07ec852 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ from setuptools.command.test import test
VERSION = "0.2beta1"
-IS_RELEASE = False
+IS_RELEASE = True
if IS_RELEASE: