From 264762cd6f9fa425089231c89e77b7b7bae81ce3 Mon Sep 17 00:00:00 2001 From: Angel Moo Date: Wed, 1 Oct 2025 10:14:07 -0600 Subject: [PATCH] bump vcert version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84e142c..68ab3b0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = f.read() setup(name='vcert', - version='0.18.0', + version='0.18.1', url="https://github.com/Venafi/vcert-python", packages=['vcert', 'vcert.parser', 'vcert.policy'], install_requires=['requests==2.32.4', 'python-dateutil==2.8.2', 'six==1.17.0',