diff --git a/setup.py b/setup.py index 7e5f735..0fc6a12 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ README = open(os.path.join(here, 'README.rst')).read() NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.7' +version = '0.8' install_requires = [ 'babel',