diff --git a/pyprland/version.py b/pyprland/version.py index 5f8fa5d..7345a42 100644 --- a/pyprland/version.py +++ b/pyprland/version.py @@ -1,3 +1,3 @@ """Package version.""" -VERSION = "2.4.0-71" +VERSION = "2.4.1" diff --git a/pyproject.toml b/pyproject.toml index e0c4bac..2083c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyprland" -version = "2.4.0" +version = "2.4.1" description = "Hyperland plugin system - batteries included" authors = ["fdev31 "] license = "MIT"