Updating version

This commit is contained in:
Matthias Koefferlein 2026-02-08 08:43:32 +01:00
parent 5da83e670d
commit b289184ac5
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
# This script is sourced to define the main version parameters # This script is sourced to define the main version parameters
# The main version # The main version
KLAYOUT_VERSION="0.30.5" KLAYOUT_VERSION="0.30.6"
# The version used for PyPI (don't use variables here!) # The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.30.5" KLAYOUT_PYPI_VERSION="0.30.6"
# The build date # The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d") KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")