Skip to content

Commit

Permalink
Version 9.8.1 (#172)
Browse files Browse the repository at this point in the history
* Version 9.8.1

* Version 9.8.1

---------

Co-authored-by: Yvette Zhang <[email protected]>
  • Loading branch information
YvetteZ2017 and YvetteClarifai authored Sep 12, 2023
1 parent 396bcdb commit 3908b25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.8.0
9.8.1
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.8.0'
CLIENT_VERSION = '9.8.1'
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.0
clarifai-grpc==9.8.1
pandas==1.3.5
numpy==1.22.0
tqdm==4.64.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="clarifai",
version="9.8.0",
version="9.8.1",
author="Clarifai",
author_email="[email protected]",
description="Clarifai Python SDK",
Expand All @@ -24,7 +24,7 @@
license="Apache 2.0",
python_requires='>=3.8',
install_requires=[
"clarifai-grpc>=9.8.0", "tritonclient==2.34.0", "packaging", "tqdm==4.64.1", "rich==13.4.2"
"clarifai-grpc>=9.8.1", "tritonclient==2.34.0", "packaging", "tqdm==4.64.1", "rich==13.4.2"
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 3908b25

Please sign in to comment.