Skip to content

Commit

Permalink
version 0.1.2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-z10 committed Mar 30, 2024
1 parent 3b2b59f commit 7614d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pygmssl"
version = "0.1.1"
version = "0.1.2"
description = "A Python ctypes implementation of GmSSLv3.1.1"
license = "MIT"
authors = ["Zhang Jie <zhangj_10ujs@foxmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/pygmssl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def get_gmssl_version_num() -> str:
return _gm.gmssl_version_num()


VERSION = __version__ = '0.1.1'
VERSION = __version__ = '0.1.2'
__all__ = ['SM2', 'SM3', 'SM4', 'get_gmssl_version_str', 'get_gmssl_version_num', 'VERSION', '__version__']

0 comments on commit 7614d93

Please sign in to comment.