Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
princenyeche authored Jun 4, 2022
1 parent 6d9a33c commit d6b66eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistyfy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
from mistyfy.misty import encode, decode, ciphers, signs, verify_signs, generator

__all__ = ["encode", "decode", "ciphers", "signs", "verify_signs", "generator"]
__version__ = "v2.0.4"
__version__ = "v2.0.5"
__author__ = "Prince Nyeche"
__copyright__ = "MIT License"

0 comments on commit d6b66eb

Please sign in to comment.