Skip to content

Commit

Permalink
add support for hierarchical counters
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 committed Oct 25, 2023
1 parent b6d6a13 commit 8b691bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinjafx.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from cryptography.hazmat.primitives.ciphers.modes import CTR
from cryptography.exceptions import InvalidSignature

__version__ = '1.18.1-dev'
__version__ = '1.18.1'

__all__ = ['JinjaFx', 'Vault']

Expand Down

0 comments on commit 8b691bb

Please sign in to comment.