Skip to content

Commit

Permalink
Update __version__.py (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Jul 13, 2019
1 parent 1f6197c commit 27be51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecies/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "eciespy"
__version__ = "0.1.8"
__version__ = "0.1.9"
__description__ = "Elliptic Curve Integrated Encryption Scheme for secp256k1 in Python"
__url__ = "https://github.com/kigawas/eciespy"
__author__ = "Weiliang Li"
Expand Down

0 comments on commit 27be51f

Please sign in to comment.