From 1cf1464bca03e1f306d3329029f17be9b44feece Mon Sep 17 00:00:00 2001 From: turall Date: Wed, 11 Dec 2024 10:19:48 +0400 Subject: [PATCH] update version --- opa_client/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opa_client/__init__.py b/opa_client/__init__.py index 29224a4..7253f73 100644 --- a/opa_client/__init__.py +++ b/opa_client/__init__.py @@ -11,7 +11,7 @@ def create_opa_client(async_mode=False, *args, **kwargs): return OpaClient(*args, **kwargs) -__version__ = "2.0.1" +__version__ = "2.0.2" __author__ = "Tural Muradov" __license__ = "MIT" diff --git a/pyproject.toml b/pyproject.toml index 3c16d07..c00d6ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opa-python-client" -version = "2.0.1" +version = "2.0.2" description = "Client for connection to the OPA service" authors = ["Tural Muradov "] license = "MIT"