Compare commits

..

No commits in common. "8267f6794a6c9c5cfa34f847138ddf6124f6ec0e" and "e4813006a57850f7bfb1e73ba4a5b651ed9e92b0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ access to all raw data as well as human readable representations.
- Documentation
## Installation
The package has no additional dependencies. It can be installed with pip:
The package has no additional decencies. It can be installed with pip:
```bash
pip install pelfy

View File

@ -1,6 +1,6 @@
[project]
name = "pelfy"
version = "1.0.1"
version = "1.0.0"
authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
]