diff --git a/backupy.py b/backupy.py index d7c736c..e7f33c6 100644 --- a/backupy.py +++ b/backupy.py @@ -25,7 +25,7 @@ import unicodedata def getVersion() -> str: - return "0.5.7" + return "0.5.8" ######################### diff --git a/setup.iss b/setup.iss index 2bb4ee9..0810196 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "BackuPy" -#define MyAppVersion "0.5.7" +#define MyAppVersion "0.5.8" #define MyAppURL "https://github.com/elesiuta/backupy" #define MyAppExeName "BackuPy.exe"