Skip to content

Commit

Permalink
Update to 10.9.4 (#197)
Browse files Browse the repository at this point in the history
* fix lint

* bump to 10.9.4
  • Loading branch information
sainivedh authored Oct 10, 2024
1 parent bb4073e commit e523465
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.9.3
10.9.4
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.9.3"
CLIENT_VERSION = "10.9.4"
OS_VER = os.sys.platform
PYTHON_VERSION = ".".join(
map(
Expand Down
2 changes: 1 addition & 1 deletion clarifai_grpc/grpc/api/service_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class V2Stub(object):
"""

def __init__(self, channel):
from clarifai_grpc.channel.clarifai_channel import wrap_response_deserializer
from clarifai_grpc.channel.clarifai_channel import wrap_response_deserializer
"""Constructor.
Args:
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="10.9.3",
version="10.9.4",
author="Clarifai",
author_email="support@clarifai.com",
description="Clarifai gRPC API Client",
Expand Down

0 comments on commit e523465

Please sign in to comment.