Skip to content

Commit

Permalink
version 9.7.5 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ackizilkale authored Aug 25, 2023
1 parent 45db102 commit 2ff9611
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.7.4
9.7.5
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.7.4'
CLIENT_VERSION = '9.7.5'
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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="clarifai",
version="9.7.4",
version="9.7.5",
author="Clarifai",
author_email="[email protected]",
description="Clarifai Python SDK",
Expand Down

0 comments on commit 2ff9611

Please sign in to comment.