Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
teschlg committed Nov 12, 2024
1 parent 3197417 commit 3d49a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
]
Expand Down

0 comments on commit 3d49a26

Please sign in to comment.