Skip to content

Commit

Permalink
update dfss-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zetao-zhang-sophgo committed Dec 4, 2024
1 parent 67d4210 commit 8f50374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/pdfss_cpp/dfss_pip/dfss/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_architecture():
return 'unknown'

def main():
print("dfss python tool, version: v1.7.11")
print("dfss python tool, version: v1.7.12")
binary_arch = get_architecture()

if binary_arch == 'unknown':
Expand Down
2 changes: 1 addition & 1 deletion source/pdfss_cpp/dfss_pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='dfss',
version='1.7.11',
version='1.7.12',
author='zetao.zhang',
author_email='[email protected]',
description='download_from_sophon_sftp',
Expand Down

0 comments on commit 8f50374

Please sign in to comment.