diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 12f2fb5..b22518b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.2.0 commit = True tag = True sign_tags = True diff --git a/app.py b/app.py index c6ef2c0..ff63759 100644 --- a/app.py +++ b/app.py @@ -20,7 +20,7 @@ import resources_rc from datetime import datetime -script_version = '0.1.1' +script_version = '0.2.0' script_authors = 'Jason Ramboz' script_repo = 'https://github.com/jramboz/tintalle' diff --git a/tintalle.iss b/tintalle.iss index 987e2fd..3588009 100644 --- a/tintalle.iss +++ b/tintalle.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Tintalle" -#define MyAppVersion "0.1.1" +#define MyAppVersion "0.2.0" #define MyAppPublisher "Jason Ramboz" #define MyAppURL "https://github.com/jramboz/tintalle" #define MyAppExeName "Tintalle.exe"