Skip to content

Commit

Permalink
GRPC clients version 11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clarifai-prod committed Feb 18, 2025
1 parent d196a47 commit 7f259a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.1.1
11.1.2
2 changes: 1 addition & 1 deletion clarifai_grpc/channel/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from clarifai_grpc.channel.errors import ApiError

CLIENT_VERSION = "11.1.1"
CLIENT_VERSION = "11.1.2"
OS_VER = os.sys.platform
PYTHON_VERSION = ".".join(
map(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="clarifai-grpc",
version="11.1.1",
version="11.1.2",
author="Clarifai",
author_email="[email protected]",
description="Clarifai gRPC API Client",
Expand Down

0 comments on commit 7f259a8

Please sign in to comment.