From 1e5582e523ce94c205884548ef200ea3a29aff13 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 18 Jun 2013 16:07:13 -0500 Subject: Bumped to 0.7.4 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 eeae866e..ece0370e 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.3" +VERSION = "0.7.4" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.3