From f1c2cef247b8ed769538230390b3ef7c3b68add0 Mon Sep 17 00:00:00 2001 From: chipx86 Date: Fri, 27 Mar 2009 10:39:13 +0000 Subject: This isn't a release, so don't mark it as such. git-svn-id: https://reviewboard.googlecode.com/svn/trunk/rbtools@1869 5efc13c4-1f27-0410-8691-ff2d1f55687e --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07ec852..633b485 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ from setuptools.command.test import test VERSION = "0.2beta1" -IS_RELEASE = True +IS_RELEASE = False if IS_RELEASE: -- cgit v1.2.3