From 91c8bc673be3727f707f58251afa6a35bb6da3d6 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 9 Jun 2013 11:01:36 -0400 Subject: Bumped to 0.7.3 in preparation 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 d650ab75..1433bb2f 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.7.2" +VERSION = "0.7.3" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.1