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,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2024, School of Engineering and Architecture of Fribourg
# Copyright 2025, School of Engineering and Architecture of Fribourg
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,8 +16,8 @@
# limitations under the License.
__author__ = 'Michael Mader'
__date__ = "2023-03-12"
__version__ = "0.2"
__date__ = "2025-03-11"
__version__ = "0.3"
__email__ = "michael.maeder@hefr.ch"

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"

View File

@@ -1,4 +0,0 @@
Flask
flask-wtf
pytest
pytest-cov