Skip to content

Commit

Permalink
version bump for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
czechbol committed Apr 30, 2021
1 parent e2c3019 commit e185580
Show file tree
Hide file tree
Showing 3 changed files with 3 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.2.2"
release = "0.2.3"


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

__version__ = "0.2.2"
__version__ = "0.2.3"
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.2.2
version = 0.2.3

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

0 comments on commit e185580

Please sign in to comment.