Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Turall committed Dec 11, 2024
1 parent dda8d92 commit 1cf1464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opa_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def create_opa_client(async_mode=False, *args, **kwargs):
return OpaClient(*args, **kwargs)


__version__ = "2.0.1"
__version__ = "2.0.2"
__author__ = "Tural Muradov"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opa-python-client"
version = "2.0.1"
version = "2.0.2"
description = "Client for connection to the OPA service"
authors = ["Tural Muradov <tural.muradoov@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 1cf1464

Please sign in to comment.