Skip to content

Commit ccd9b97

Browse files
committed
Bump version
1 parent 384a44d commit ccd9b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

niaaml_gui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from niaaml_gui.progress_bar import ProgressBar
66

77
__all__ = ["widgets", "windows", "ProcessWindowData", "ProgressBar", "MainAppWindow"]
8-
__version__ = "0.4.0"
8+
__version__ = "0.4.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "NiaAML-GUI"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "GUI for NiaAML Python package"
55
license = "MIT"
66
authors = ["Luka Pečnik <lukapecnik96@gmail.com>"]

0 commit comments

Comments
 (0)