From b906149a682abe56992e1f23f95742936aa4e06d Mon Sep 17 00:00:00 2001 From: Sylvie Date: Thu, 28 Nov 2019 17:33:40 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 963cf71..72b1a06 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(fname): return io.open(file_path, encoding='utf-8').read() -version = '0.3.1' +version = '0.3.2' with open("README.md", "r") as fh: long_description = fh.read()