aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-03 14:20:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-03 14:20:13 -0400
commit6b694814e0f877a45aff1091849ec09abd8f0ed2 (patch)
tree30a988035e613a97d8a6417180aff6b91e3dfc55 /setup.py
parent0bbfe3d3d2e8bbddd492b0a50793d1352a33c3cb (diff)
downloadexternal_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.tar.gz
external_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.tar.bz2
external_python_setuptools-6b694814e0f877a45aff1091849ec09abd8f0ed2.zip
Bumped to 0.7.2 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 d6322004..d650ab75 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.1"
+VERSION = "0.7.2"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py