aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-02 11:37:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-02 11:37:26 -0400
commitccc570ac00b66b799cd8e626543340786df1bcd2 (patch)
tree00efc4661d566d88b16760ad4bac51f0f321c670 /setup.py
parent9f551f0f9eda458347a802a7e7c616035c44d0b3 (diff)
downloadexternal_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.tar.gz
external_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.tar.bz2
external_python_setuptools-ccc570ac00b66b799cd8e626543340786df1bcd2.zip
Bumped to 0.7.1 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 7de1025f..d6322004 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"
+VERSION = "0.7.1"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py