Skip to content

Commit

Permalink
Version 9.9.2 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainivedh authored Oct 11, 2023
1 parent 34d631a commit 93e26a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.9.1
9.9.2
7 changes: 1 addition & 6 deletions clarifai/versions.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import os

file_path = os.path.abspath(
os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))), "VERSION"))
with open(file_path, "r") as f:
version = f.read().strip()

CLIENT_VERSION = f"{version}"
CLIENT_VERSION = "9.9.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 93e26a7

Please sign in to comment.