Compare commits

...

2 commits

Author SHA1 Message Date
Emma Nora Theuer
9283e18b90 Update version number 2025-02-27 13:25:45 +01:00
Emma Nora Theuer
5bc2f41263 Hotfix after update 2025-02-27 13:24:41 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "wallman"
version = "1.5.2.6"
version = "1.5.2.7"
authors = [
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
]

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
from wallman.wallman_lib import ConfigValidity, WallpaperLogic
from wallman.wallman_lib import WallpaperLogic
def main():
logic: WallpaperLogic = WallpaperLogic()