We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f4a7f commit 1d3b5f9Copy full SHA for 1d3b5f9
opa_client/opa.py
@@ -22,7 +22,7 @@
22
SSLError, FileError, TypeExecption,
23
QueryExecuteError)
24
25
-__version__ = "1.3.2"
+__version__ = "1.3.3"
26
__author__ = "Tural Muradov"
27
__license__ = 'MIT'
28
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name="OPA-python-client",
14
- version="1.3.2",
+ version="1.3.3",
15
author="Tural Muradov",
16
author_email="tural_m@hotmail.com",
17
description="Client for connection to the OPA service",
0 commit comments