Compare commits

...

2 Commits

Author SHA1 Message Date
Nicolas 8267f6794a typo in readme fixed 2025-03-05 10:23:05 +01:00
Nicolas de5864d264 version increased to 1.0.1 2025-03-05 10:14:15 +01:00
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 decencies. It can be installed with pip: The package has no additional dependencies. 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.0" version = "1.0.1"
authors = [ authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
] ]