diff --git a/setup.py b/setup.py index e8996c8..64ac4bc 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,7 @@ README = open(os.path.join(here, 'README.rst')).read() NEWS = open(os.path.join(here, 'NEWS.txt')).read() - -version = '0.2.1' +version = '0.2.2' install_requires = [ 'babel',