Skip to content

Commit

Permalink
Version 9.10.2 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainivedh authored Nov 17, 2023
1 parent 2bcd2a0 commit 834db2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.10.1
9.10.2
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.10.1"
CLIENT_VERSION = "9.10.2"
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]))

0 comments on commit 834db2d

Please sign in to comment.