From 7ab43711dc80242219aaa4a34d5c92c4a64f8785 Mon Sep 17 00:00:00 2001 From: Gene Dan Date: Sun, 22 Jan 2023 21:35:25 -0600 Subject: [PATCH] bump version --- faslr/constants/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faslr/constants/general.py b/faslr/constants/general.py index 70452a7..f18e9ce 100644 --- a/faslr/constants/general.py +++ b/faslr/constants/general.py @@ -4,7 +4,7 @@ from PyQt6.QtWidgets import QFileDialog -BUILD_VERSION = "0.0.4" +BUILD_VERSION = "0.0.5" if "PYCHARM_HOSTED" in os.environ: QT_FILEPATH_OPTION = QFileDialog.Option.DontUseNativeDialog