From 54f3375e428ad9a9ba4501dbbb3030f141e2ff78 Mon Sep 17 00:00:00 2001 From: Andrew Ilyas Date: Thu, 6 Aug 2020 11:40:02 -0400 Subject: [PATCH] update version --- robustness/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/robustness/__init__.py b/robustness/__init__.py index 1e9c668..c032634 100644 --- a/robustness/__init__.py +++ b/robustness/__init__.py @@ -1,2 +1,2 @@ name = "robustness" -__version__ = "1.2.post1" +__version__ = "1.2.1" diff --git a/setup.py b/setup.py index 04de9d0..0f0f52b 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.2.post1', + version='1.2.1', description='Tools for Robustness', long_description=long_description,