Commit c1e4331 1 parent 775c33c commit c1e4331 Copy full SHA for c1e4331
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.1
2
+ current_version = 0.2.0
3
3
commit = True
4
4
tag = True
5
5
sign_tags = True
Original file line number Diff line number Diff line change 20
20
import resources_rc
21
21
from datetime import datetime
22
22
23
- script_version = '0.1.1 '
23
+ script_version = '0.2.0 '
24
24
script_authors = 'Jason Ramboz'
25
25
script_repo = 'https://github.com/jramboz/tintalle'
26
26
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " Tintalle"
5
- #define MyAppVersion " 0.1.1 "
5
+ #define MyAppVersion " 0.2.0 "
6
6
#define MyAppPublisher " Jason Ramboz"
7
7
#define MyAppURL " https://github.com/jramboz/tintalle"
8
8
#define MyAppExeName " Tintalle.exe"
You can’t perform that action at this time.
0 commit comments