From c26a5e970b35bdfb1a82cff8c8341c304cd37003 Mon Sep 17 00:00:00 2001 From: marcos-albornoz <74274513+marcos-albornoz@users.noreply.github.com> Date: Thu, 2 Sep 2021 10:43:09 -0500 Subject: [PATCH] Bumping version to 0.12.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67145e1..f79ff73 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # README = (HERE / "README.md").read_text() setup(name='vcert', - version='0.12.0', + version='0.12.1', url="https://github.com/Venafi/vcert-python", packages=['vcert', 'vcert.parser', 'vcert.policy'], install_requires=['requests<=2.25.1', 'python-dateutil<=2.8.1', 'certvalidator<=0.11.1', 'six<=1.15.0',