Skip to content

Commit edd8c2b

Browse files
committed
GRPC clients version 10.0.10
1 parent e30f2d5 commit edd8c2b

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-
10.0.9
1+
10.0.10

clarifai_grpc/channel/http_client.py

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

99
from clarifai_grpc.channel.errors import ApiError
1010

11-
CLIENT_VERSION = "10.0.9"
11+
CLIENT_VERSION = "10.0.10"
1212
OS_VER = os.sys.platform
1313
PYTHON_VERSION = ".".join(
1414
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="10.0.9",
10+
version="10.0.10",
1111
author="Clarifai",
1212
author_email="support@clarifai.com",
1313
description="Clarifai gRPC API Client",

0 commit comments

Comments
 (0)