Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Mar 26, 2023
1 parent 5f59860 commit 16353ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cryptidy/__init__.py
Expand Up @@ -14,6 +14,6 @@
__copyright__ = "Copyright (C) 2018-2023 Orsiris de Jong"
__description__ = "Python high level library for symmetric & asymmetric encryption"
__licence__ = "BSD 3 Clause"
__version__ = "1.2.1"
__version__ = "1.2.2"
__build__ = "2023032601"
__compat__ = "python2.7+"
2 changes: 1 addition & 1 deletion cryptidy/aes_encryption.py
Expand Up @@ -17,7 +17,7 @@
__author__ = "Orsiris de Jong"
__copyright__ = "Copyright (C) 2018-2023 Orsiris de Jong"
__licence__ = "BSD 3 Clause"
__version__ = "1.2.1"
__version__ = "1.2.2"
__build__ = "2023032601"

import sys
Expand Down
2 changes: 1 addition & 1 deletion cryptidy/asymmetric_encryption.py
Expand Up @@ -19,7 +19,7 @@
__author__ = "Orsiris de Jong"
__copyright__ = "Copyright (C) 2020-2023 Orsiris de Jong"
__licence__ = "BSD 3 Clause"
__version__ = "1.2.1"
__version__ = "1.2.2"
__build__ = "2023032601"

import sys
Expand Down
2 changes: 1 addition & 1 deletion cryptidy/symmetric_encryption.py
Expand Up @@ -19,7 +19,7 @@
__author__ = "Orsiris de Jong"
__copyright__ = "Copyright (C) 2018-2023 Orsiris de Jong"
__licence__ = "BSD 3 Clause"
__version__ = "1.2.1"
__version__ = "1.2.2"
__build__ = "2023032601"


Expand Down

0 comments on commit 16353ad

Please sign in to comment.