diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3f14cdd6..5cf6179c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 commit = True tag = True diff --git a/setup.cfg b/setup.cfg index 0bb1a618..375a8be7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = vorta author = Manuel Riel description = A GUI for BorgBackup -version = 0.2.2 +version = 0.2.3 url = https://github.com/borgbase/vorta keywords = backup diff --git a/src/vorta/_version.py b/src/vorta/_version.py index 020ed73d..d93b5b24 100644 --- a/src/vorta/_version.py +++ b/src/vorta/_version.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.2.3' diff --git a/vorta.spec b/vorta.spec index 637cb87c..01c06b90 100644 --- a/vorta.spec +++ b/vorta.spec @@ -42,7 +42,7 @@ app = BUNDLE(exe, info_plist={ 'NSHighResolutionCapable': 'True', 'LSUIElement': '1', - 'CFBundleShortVersionString': '0.2.2' + 'CFBundleShortVersionString': '0.2.3' }, ) if False: