From 4104f9888026abf416e7fd557e5893bfa658bd55 Mon Sep 17 00:00:00 2001
From: antondmtvch <antondmtvch@gmail.com>
Date: Wed, 13 Sep 2023 12:21:29 +0300
Subject: [PATCH] update version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f3b199e..9a53f23 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ def load_requirements():
 
 setup(
     name='perxis',
-    version='1.0.1',
+    version='1.0.2',
     description='Perxis python client',
     long_description=long_description,
     long_description_content_type='text/markdown',
-- 
GitLab