Skip to content

Commit e6dace4

Browse files
committed
update version
1 parent 92feebf commit e6dace4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opa_client/__init__.py

Lines changed: 1 addition & 1 deletion
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.2"
14+
__version__ = "2.0.3"
1515
__author__ = "Tural Muradov"
1616
__license__ = "MIT"
1717

pyproject.toml

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

0 commit comments

Comments
 (0)