From 7870935d64b00725a0051fc8d2896aa2eef88817 Mon Sep 17 00:00:00 2001 From: Delaine Wendling Date: Tue, 7 May 2019 17:27:40 -0500 Subject: [PATCH] Updating once again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',