From 21abbf328cca8cd5775e5dcb9e0a4e4f8067ca7e Mon Sep 17 00:00:00 2001 From: Simeon Mihaylov Date: Wed, 9 Sep 2026 10:03:52 +0300 Subject: [PATCH] update version to v0.22.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8af388..e0e7fad 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = f.read() setup(name='vcert', - version='0.21.1', + version='0.22.0', url="https://github.com/Venafi/vcert-python", packages=['vcert', 'vcert.parser', 'vcert.policy'], install_requires=['requests>=2.32.4', 'python-dateutil>=2.9.0.post0', 'six>=1.17.0',