Skip to content

Commit 85f002b

Browse files
committed
GRPC clients version 11.2.6
1 parent 288a943 commit 85f002b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.2.5
1+
11.2.6

clarifai_grpc/channel/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from clarifai_grpc.channel.errors import ApiError
88

9-
CLIENT_VERSION = "11.2.5"
9+
CLIENT_VERSION = "11.2.6"
1010
OS_VER = os.sys.platform
1111
PYTHON_VERSION = ".".join(
1212
map(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="clarifai-grpc",
10-
version="11.2.5",
10+
version="11.2.6",
1111
author="Clarifai",
1212
author_email="[email protected]",
1313
description="Clarifai gRPC API Client",

0 commit comments

Comments
 (0)