From 4f3e09cbd7c49db08e27854a7fa2c1fa14782bf3 Mon Sep 17 00:00:00 2001 From: chipx86 Date: Sun, 29 Mar 2009 09:16:51 +0000 Subject: Bump the version to 0.2beta2.dev. --- setup.py | 4 ++-- 1 file 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: -- cgit v1.2.3