Skip to content

Commit

Permalink
version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yetsing committed Jan 19, 2024
1 parent edb3a90 commit 606685c
Showing 1 changed file with 1 addition 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 = ("1", "1", "0")
version_info = ("2", "0", "0")
version: str = ".".join(version_info)
__version__: str = version

0 comments on commit 606685c

Please sign in to comment.