From 6075a86ef9810670e9b89c9f4321aad19158fad0 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 24 May 2013 16:36:21 -0400 Subject: Bump to 0.7b2 for next release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 134336ea..f43b07e2 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ exec(init_file.read(), d) init_file.close() SETUP_COMMANDS = d['__all__'] -VERSION = "0.7b1" +VERSION = "0.7b2" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.1