Skip to content

Commit

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

from clarifai_grpc.channel.errors import ApiError

CLIENT_VERSION = "10.0.10"
CLIENT_VERSION = "10.1.0"
OS_VER = os.sys.platform
PYTHON_VERSION = ".".join(
map(
Expand Down
6 changes: 3 additions & 3 deletions clarifai_grpc/grpc/api/service_pb2.py

Large diffs are not rendered by default.

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="10.0.10",
version="10.1.0",
author="Clarifai",
author_email="support@clarifai.com",
description="Clarifai gRPC API Client",
Expand Down

0 comments on commit 77c15d6

Please sign in to comment.