Bump version: 0.1.0 → 0.2.0

This commit is contained in:
Manu 2018-11-01 00:10:57 +08:00
parent beaff59d7a
commit 5bc5a198cf
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

View File

@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.0'

View File

@ -42,7 +42,7 @@ app = BUNDLE(exe,
info_plist={
'NSHighResolutionCapable': 'True',
'LSUIElement': '1',
'CFBundleShortVersionString': '0.1.0'
'CFBundleShortVersionString': '0.2.0'
},
)