Skip to content

Commit

Permalink
Version 9.10.0 (#207)
Browse files Browse the repository at this point in the history
Support for model inference params
PostInputsSearch Support
Bump clarifai_grpc==9.10.0
  • Loading branch information
sainivedh authored Nov 6, 2023
1 parent f8ebe13 commit d91cd2b
Show file tree
Hide file tree
Showing 3 changed files with 3 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.3
9.10.0
2 changes: 1 addition & 1 deletion clarifai/versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

CLIENT_VERSION = "9.9.3"
CLIENT_VERSION = "9.10.0"
OS_VER = os.sys.platform
PYTHON_VERSION = '.'.join(
map(str, [os.sys.version_info.major, os.sys.version_info.minor, os.sys.version_info.micro]))
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clarifai-grpc==9.8.1
clarifai-grpc==9.10.0
pandas==1.3.5
numpy==1.22.0
tqdm>=4.65.0
Expand Down

0 comments on commit d91cd2b

Please sign in to comment.