From 91ec565bf84cbfc1eb6217cdf3725342564fcab1 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Tue, 17 Jun 2025 22:57:20 +0200 Subject: [PATCH] version number increased to 1.1.1 --- .gitignore | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f74d387..e6f417f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ venv/ .venv/ thermo_data/combined_data.yaml src/gaspype/data/therm_data.bin +*/*/build/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f7db5c2..3eb66b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gaspype" -version = "1.1.0" +version = "1.1.1" authors = [ { name="Nicolas Kruse", email="nicolas.kruse@dlr.de" }, ]