update dates in the source files

This commit is contained in:
Michael Mäder
2025-03-11 15:41:16 +01:00
parent f447ce21c8
commit 71c837d931
3 changed files with 5 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "flask-api-calculator-demo"
version = "0.1.0"
version = "0.1.1"
description = "Default template for PDM package"
authors = [
{name = "Michael Mäder", email = "michael.maeder@hefr.ch"},
@@ -22,4 +22,4 @@ distribution = false
[tool.pdm.scripts]
flask.cmd = "flask run -p 5000 --debug"
flask.env = {FLASK_ENV = "development"}
shell.cmd = "zsh"
shell.cmd = "sh"