Set version to 0.8.1
This commit is contained in:
parent
b24dabf203
commit
45535d7ff5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
project: Backuppy
|
project: Backuppy
|
||||||
version: 0.8
|
version: 0.8.1
|
||||||
file: install.py
|
file: install.py
|
||||||
summary: python installer-script in CLI-mode
|
summary: python installer-script in CLI-mode
|
||||||
"""
|
"""
|
||||||
|
@ -17,7 +17,7 @@ from languages import german
|
||||||
|
|
||||||
# local globals
|
# local globals
|
||||||
# ----------------------
|
# ----------------------
|
||||||
VERSION: str = "0.8"
|
VERSION: str = "0.8.1"
|
||||||
EMAIL = "fotocoder@joschu.ch"
|
EMAIL = "fotocoder@joschu.ch"
|
||||||
EXCLUDE_FILE = "exclude.txt"
|
EXCLUDE_FILE = "exclude.txt"
|
||||||
BACKUPPY_SCRIPT = "Backuppy.sh"
|
BACKUPPY_SCRIPT = "Backuppy.sh"
|
||||||
|
|
Loading…
Reference in a new issue