From b9393b182f34a32fd66efe8db7fbcdc07af1f203 Mon Sep 17 00:00:00 2001 From: RomanSemkin Date: Mon, 3 Mar 2025 13:38:02 +0200 Subject: [PATCH] version bumped in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20709fd..f588c5b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="privx_api", - version="37.0.0", + version="38.0.0", packages=["privx_api"], license="Apache Licence 2.0", url="https://github.com/SSHcom/privx-sdk-for-python",