Skip to content

Commit

Permalink
GRPC clients version 9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clarifai-prod committed Oct 16, 2023
1 parent c677d76 commit e939b74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.9.0
9.9.1
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 = "9.9.0"
CLIENT_VERSION = "9.9.1"
OS_VER = os.sys.platform
PYTHON_VERSION = ".".join(
map(
Expand Down
1 change: 1 addition & 0 deletions clarifai_grpc/grpc/api/resources_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5206,6 +5206,7 @@ class Filter(google.protobuf.message.Message):
- model_version_id
- status.code
- task_id
- trusted
- user_id
- workflow_version_id
"""
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="9.9.0",
version="9.9.1",
author="Clarifai",
author_email="[email protected]",
description="Clarifai gRPC API Client",
Expand Down

0 comments on commit e939b74

Please sign in to comment.