From e0f5723104979bfc5a862b5e98dd6f82f6e3eafb Mon Sep 17 00:00:00 2001 From: Delaine Wendling Date: Tue, 7 May 2019 17:19:15 -0500 Subject: [PATCH] bumping version to match pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0c27e3..aa67137 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.2' install_requires = [ 'babel',