aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-09 11:01:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-09 11:01:36 -0400
commit91c8bc673be3727f707f58251afa6a35bb6da3d6 (patch)
tree9036a1cadfbbd3d937454d1bd992f316244aa0e7 /setup.py
parentffa2bfc63255aba2d74bbd89ee4c95be92d09b56 (diff)
downloadexternal_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.tar.gz
external_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.tar.bz2
external_python_setuptools-91c8bc673be3727f707f58251afa6a35bb6da3d6.zip
Bumped to 0.7.3 in preparation for next release.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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