diff --git a/setup.py b/setup.py index 64ac4bc..5100a59 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.2.2' +version = '0.3' install_requires = [ 'babel',