aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-29 17:10:54 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-29 17:10:54 -0500
commit2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4 (patch)
treeda778185b258fddfd248863ed51ae33cd382af40 /setup.py
parent76db48d2fc73a6b4ba6af346c893e77e1183338e (diff)
downloadexternal_python_setuptools-2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4.tar.gz
external_python_setuptools-2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4.tar.bz2
external_python_setuptools-2a3d28cf5fed225bfe2c3f95dfbf61c2d23fd6c4.zip
Bumped to 0.6.34 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 4455898775fbb40a5a331909c61d45622a9ea97a
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 d2c1ba2c..a1e9ca91 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.6.33"
+VERSION = "0.6.34"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py