From 2102ed65ff2c157b3e1623d35fe66ac0c192bd03 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 12 Feb 2021 20:51:37 -0500 Subject: [PATCH] version 1.9.0 --- 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 85a573a..543c036 100644 --- a/backupy/utils.py +++ b/backupy/utils.py @@ -20,7 +20,7 @@ def getVersion() -> str: - return "1.8.13" + return "1.9.0" def getString(text: str) -> str: diff --git a/setup.iss b/setup.iss index cb97f57..3aaff7b 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.x" +#define MyAppVersion "1.x.y" #define MyAppURL "https://github.com/elesiuta/backupy" #define MyAppExeName "BackuPy.exe"