From b2bd705d2eb70e689effdee2c147f0eb5790464d Mon Sep 17 00:00:00 2001 From: Ray Plante Date: Fri, 17 Jan 2014 12:47:57 -0600 Subject: [PATCH] Update setup.py change version to '0.0beta2' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f81508888..c4c87bb67 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ URL = 'http://dev.usvao.org/vao/wiki/Products/PyVO' # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.0beta1' +VERSION = '0.0beta2' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION