From ea8ddc565bfb913833b782aaaa5c722d4a56d6a3 Mon Sep 17 00:00:00 2001 From: Andrew Ilyas Date: Sat, 4 Jul 2020 14:21:47 -0400 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bda517e..677f14c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.1.post2', + version='1.2', description='Tools for Robustness', long_description=long_description,