We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__version__
1 parent ac93551 commit 956eb5bCopy full SHA for 956eb5b
src/xor_cipher/__init__.py
@@ -6,7 +6,7 @@
6
__title__ = "xor_cipher"
7
__author__ = "GDPS App"
8
__license__ = "MIT"
9
-__version__ = "5.0.0"
+__version__ = "5.0.2"
10
11
from xor_cipher.python import cyclic_xor, cyclic_xor_in_place, xor, xor_in_place
12
0 commit comments