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 - Documentation
## Installation ## 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 ```bash
pip install pelfy pip install pelfy

View File

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