diff --git a/pyproject.toml b/pyproject.toml index 3a23781bd03183a2db618614eb50504ca7625f70..7de58c6cb14fbf67eff10d5e8a108e8ff2696412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fswidgets" -version = "0.0.2" +version = "0.0.3" authors = [ { name="Christoph Schmidt", email="cschmidt.fs@gmail.com" }, ] diff --git a/src/fswidgets/__init__.py b/src/fswidgets/__init__.py index 53ba06b46bf2398d94d8ae6f4df7aebe2e3567dc..d99dcce33e5d671b00f2a40078c40b7171ae88ff 100644 --- a/src/fswidgets/__init__.py +++ b/src/fswidgets/__init__.py @@ -1,2 +1,3 @@ from .LEDIndicatorWidget import LEDIndicatorWidget -from .PlayPushButton import PlayPushButton \ No newline at end of file +from .PlayPushButton import PlayPushButton +from .QProgressBarWindow import QProgressBarWindow \ No newline at end of file