Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czechbol committed Mar 11, 2021
1 parent 8004696 commit 585a0a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Adam Ludes"

# The full version, including alpha/beta/rc tags
release = "0.1.2"
release = "0.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion mathcrypto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .funcs import MathFunctions # noqa: F401
from .groups import MultiplicativeGroup # noqa: F401
from .crypto import DHCryptosystem, DHCracker, Primes # noqa: F401

__version__ = "0.1.2"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mathcrypto
version = 0.1.2
version = 0.2.0

description = A library of useful funtions used in cryptography. For learning purposes only.
long_description = file: README.md
Expand Down

0 comments on commit 585a0a5

Please sign in to comment.