Skip to content

Commit d8e29ed

Browse files
committed
update version
1 parent 10d5e42 commit d8e29ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0"
14+
__version__ = "2.0.1"
1515
__author__ = "Tural Muradov"
1616
__license__ = "MIT"
1717

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "opa-python-client"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Client for connection to the OPA service"
5-
authors = ["Tural Muradov <tural_m@hotmail.com>"]
5+
authors = ["Tural Muradov <tural.muradoov@gmail.com>"]
66
license = "MIT"
77
readme = "README.md"
88
homepage = "https://github.com/Turall/OPA-python-client"

0 commit comments

Comments
 (0)