version number increased to 1.1.1

This commit is contained in:
Nicolas Kruse 2025-06-17 22:57:20 +02:00
parent 9e7c9a47b3
commit 91ec565bf8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ venv/
.venv/ .venv/
thermo_data/combined_data.yaml thermo_data/combined_data.yaml
src/gaspype/data/therm_data.bin src/gaspype/data/therm_data.bin
*/*/build/

View File

@ -1,6 +1,6 @@
[project] [project]
name = "gaspype" name = "gaspype"
version = "1.1.0" version = "1.1.1"
authors = [ authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@dlr.de" }, { name="Nicolas Kruse", email="nicolas.kruse@dlr.de" },
] ]