From 1d3b5f99ebaf4d699f21bc182b9ee09a38281b8d Mon Sep 17 00:00:00 2001 From: turall Date: Mon, 2 May 2022 17:53:01 +0400 Subject: [PATCH] Update version --- opa_client/opa.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opa_client/opa.py b/opa_client/opa.py index 1069205..5a51efe 100644 --- a/opa_client/opa.py +++ b/opa_client/opa.py @@ -22,7 +22,7 @@ SSLError, FileError, TypeExecption, QueryExecuteError) -__version__ = "1.3.2" +__version__ = "1.3.3" __author__ = "Tural Muradov" __license__ = 'MIT' diff --git a/setup.py b/setup.py index f1a6dc0..ca5d3e3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="OPA-python-client", - version="1.3.2", + version="1.3.3", author="Tural Muradov", author_email="tural_m@hotmail.com", description="Client for connection to the OPA service",