Skip to content

Commit

Permalink
readme fix & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gilcu3 committed May 11, 2024
1 parent 53e8d2a commit 08aaa17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 08aaa17

Please sign in to comment.