From fef95a3639711207605023b0a74e1419b641f98f Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 5 Nov 2020 10:44:09 -0500 Subject: [PATCH] version 1.8.8 --- backupy/utils.py | 2 +- setup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backupy/utils.py b/backupy/utils.py index 4462319..52aac2c 100644 --- a/backupy/utils.py +++ b/backupy/utils.py @@ -19,7 +19,7 @@ def getVersion() -> str: - return "1.8.7" + return "1.8.8" def getString(text: str) -> str: diff --git a/setup.iss b/setup.iss index 93e28d5..26ba62b 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 "1.8.7" +#define MyAppVersion "1.8.8" #define MyAppURL "https://github.com/elesiuta/backupy" #define MyAppExeName "BackuPy.exe"