Skip to content

Commit 956eb5b

Browse files
committed
Fix __version__.
1 parent ac93551 commit 956eb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xor_cipher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = "xor_cipher"
77
__author__ = "GDPS App"
88
__license__ = "MIT"
9-
__version__ = "5.0.0"
9+
__version__ = "5.0.2"
1010

1111
from xor_cipher.python import cyclic_xor, cyclic_xor_in_place, xor, xor_in_place
1212

0 commit comments

Comments
 (0)