diff --git a/setup.py b/setup.py index bbe04d7..3bc49e1 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ import sys from setuptools import setup -version = '0.5' +version = '0.6' deps = ['web.py', 'tempita', 'python-daemon']