diff --git a/kryptools/__init__.py b/kryptools/__init__.py index f009bc4..6838185 100644 --- a/kryptools/__init__.py +++ b/kryptools/__init__.py @@ -5,7 +5,7 @@ __author__ = "Gerald Teschl" __copyright__ = "Copyright 2024, Gerald Teschl" __license__ = "MIT License" -__version__ = "0.9.12" +__version__ = "0.9.13" __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 diff --git a/pyproject.toml b/pyproject.toml index 1843463..81c6510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kryptools" -version = "0.9.12" +version = "0.9.13" authors = [ { name="Gerald Teschl", email="gerald.teschl@univie.ac.at" }, ]