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 f3f731d1..09a5c4fc 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.30"
+VERSION = "0.6.31"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py