From 90f5a06dbaae7ca5c149d34248e568d7cd645908 Mon Sep 17 00:00:00 2001 From: Delaine Wendling Date: Wed, 8 May 2019 08:54:08 -0500 Subject: [PATCH] Newest version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64ac4bc..d50d333 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.5' install_requires = [ 'babel',