Skip to content

Commit

Permalink
bump to v 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czechbol committed Mar 5, 2021
1 parent ffef835 commit ef140e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ To uninstall using [pip](https://pip.pypa.io). :

>>> pip uninstall mathcrypto

## Usage
## Documentation

TODO
You can read the full documentation [here](https://mathcrypto.readthedocs.io/en/latest/).

## Development

Expand Down
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.1"
release = "0.1.2"


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

__version__ = "0.1.1"
__version__ = "0.1.2"
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.1
version = 0.1.2

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

0 comments on commit ef140e0

Please sign in to comment.