Skip to content

Commit

Permalink
version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yetsing committed May 2, 2023
1 parent a06d063 commit 445398c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gmssl_pyx/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = ("0", "0", "2")
version_info = ("1", "0", "0")
version: str = ".".join(version_info)
__version__: str = version
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def download_source_code():


def compile_gmssl():
if os.path.exists("./GmSSL-3.1.0/build/bin/libgmssl.a"):
return
cwd = os.getcwd()
# 下载 GmSSL 库编译成静态库
# 1.下载源码并解压
Expand Down

0 comments on commit 445398c

Please sign in to comment.