release version 0.2

This commit is contained in:
Frede Hundewadt 2023-08-24 08:45:10 +02:00
parent 9cb68feb9d
commit 0d815a4e93

View file

@ -15,7 +15,7 @@ from pathlib import Path
DEF_URL = "https://gitlab.manjaro.org/webpage/iso-info/-/raw/master/file-info.json" DEF_URL = "https://gitlab.manjaro.org/webpage/iso-info/-/raw/master/file-info.json"
FOLDER = Path.home() FOLDER = Path.home()
PROG_NAME = os.path.basename(__file__) PROG_NAME = os.path.basename(__file__)
PROG_VERSION = "0.1" PROG_VERSION = "0.2"
GNU_URL = "https://www.gnu.org/licenses/gpl.html" GNU_URL = "https://www.gnu.org/licenses/gpl.html"