aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorguyroz <none@none>2011-09-22 18:28:31 +0300
committerguyroz <none@none>2011-09-22 18:28:31 +0300
commitea5a0098d408c1390a392d772b21b378a3880c22 (patch)
tree15dcbb1be4e9de59145bcfa534afd61623cdd4a0 /setup.py
parent9806553a0ad3bb86da844606fbef832d5fccd106 (diff)
downloadexternal_python_setuptools-ea5a0098d408c1390a392d772b21b378a3880c22.tar.gz
external_python_setuptools-ea5a0098d408c1390a392d772b21b378a3880c22.tar.bz2
external_python_setuptools-ea5a0098d408c1390a392d772b21b378a3880c22.zip
bumped revision
--HG-- branch : distribute extra : rebase_source : 830f7186c8f3c26e86eac1e4287f0545e23a2744
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 3e9754c7..216cdd2a 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.22"
+VERSION = "0.6.23"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py