Skip to content

Commit 1cf1464

Browse files
committed
update version
1 parent dda8d92 commit 1cf1464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opa_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def create_opa_client(async_mode=False, *args, **kwargs):
1111
return OpaClient(*args, **kwargs)
1212

1313

14-
__version__ = "2.0.1"
14+
__version__ = "2.0.2"
1515
__author__ = "Tural Muradov"
1616
__license__ = "MIT"
1717

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "opa-python-client"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "Client for connection to the OPA service"
55
authors = ["Tural Muradov <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)