up version to 0.2.1b: added absender to configuration window

This commit is contained in:
2025-09-30 00:31:21 +02:00
parent 0869bb96f8
commit 3299584924
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ class Application:
y_offset = 200
width = 1050
height = 700
VERSION = '0.2.0b'
VERSION = '0.2.1b'
title = f"Brovski Adress-Etiketten Verwaltung {VERSION}"
self.root = tk.Tk(className="BrovskiAdressEtiketten")