From b4bf69d2c99f8f3105af40624701ff6f9a75f52b Mon Sep 17 00:00:00 2001 From: Delaine Wendling Date: Tue, 7 May 2019 17:13:09 -0500 Subject: [PATCH] Updating version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0c27e3..e8996c8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.2' +version = '0.2.1' install_requires = [ 'babel',