Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
teschlg committed Dec 14, 2024
1 parent 9ed5277 commit 9c1c55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kryptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "Gerald Teschl"
__copyright__ = "Copyright 2024, Gerald Teschl"
__license__ = "MIT License"
__version__ = "0.9.14"
__version__ = "0.9.15"
__email__ = "Gerald.Teschl@univie.ac.at"

from .nt import egcd, cf, convergents, legendre_symbol, jacobi_symbol, sqrt_mod, euler_phi, carmichael_lambda, moebius_mu, is_carmichael_number, order, crt
Expand Down

0 comments on commit 9c1c55d

Please sign in to comment.