diff --git a/README.md b/README.md index 7fb0ff9..f2fb7b2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ python -m discretelog 25 641629670911834423534 1540571422742786915303 ### Installation The library is available in `pypi`, therefore can be installed with: ```bash -python -m pip install +python -m pip install discretelog ``` ### Building from source diff --git a/pyproject.toml b/pyproject.toml index b9b2b83..c389428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "discretelog" -version = "0.1.0" +version = "0.1.1" description = "Discrete logarithms in the ring of integers modulo n" authors = ["gilcu3"] readme = "README.md"