Set version to 0.8.1

This commit is contained in:
Paul S 2021-05-10 14:00:27 +02:00
parent b24dabf203
commit 45535d7ff5

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""
project: Backuppy
version: 0.8
version: 0.8.1
file: install.py
summary: python installer-script in CLI-mode
"""
@ -17,7 +17,7 @@ from languages import german
# local globals
# ----------------------
VERSION: str = "0.8"
VERSION: str = "0.8.1"
EMAIL = "fotocoder@joschu.ch"
EXCLUDE_FILE = "exclude.txt"
BACKUPPY_SCRIPT = "Backuppy.sh"