Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ari Archer <ari@ari.lt>
  • Loading branch information
TruncatedDinoSour committed Feb 29, 2024
1 parent 2acd845 commit 92b879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armour/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

from . import crypt, gen, pdb

__version__: Final[str] = "1.3.2"
__version__: Final[str] = "1.3.3"

__all__: Final[Tuple[str, ...]] = "__version__", "crypt", "gen", "pdb"

0 comments on commit 92b879b

Please # to comment.