Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jramboz committed May 8, 2024
1 parent 87f651c commit 464da17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True
sign_tags = True

[bumpversion:file:app.py]
[bumpversion:file:tintalle.iss]

[bumpversion:file:tintalle.iss]
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import platform
import resources_rc

script_version = '0.1.0'
script_version = '0.1.1'
script_authors = 'Jason Ramboz'
script_repo = 'https://github.com/jramboz/tintalle'

Expand Down
2 changes: 1 addition & 1 deletion tintalle.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Tintalle"
#define MyAppVersion "0.1.0"
#define MyAppVersion "0.1.1"
#define MyAppPublisher "Jason Ramboz"
#define MyAppURL "https://github.com/jramboz/tintalle"
#define MyAppExeName "Tintalle.exe"
Expand Down

0 comments on commit 464da17

Please sign in to comment.