summaryrefslogtreecommitdiff
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
commit8479dd994fc0bc1ae62de6632123a7e9d4fd5d4e (patch)
tree269f09efd3e869603c1396b4c3ad5def976dd5f8 /setup.py
parent0550208c7ab031366d0fd5c4d2e4311b9c0d3d6d (diff)
downloadpython-setuptools-bitbucket-8479dd994fc0bc1ae62de6632123a7e9d4fd5d4e.tar.gz
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