aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 d6c8ee0d..7fac7f01 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.26"
+VERSION = "0.6.27"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py