diff --git a/pyprland/version.py b/pyprland/version.py index 9cbbaef..9e66164 100644 --- a/pyprland/version.py +++ b/pyprland/version.py @@ -1,3 +1,3 @@ """Package version.""" -VERSION = "2.4.1-7" +VERSION = "2.4.2" diff --git a/pyproject.toml b/pyproject.toml index e90231e..c4ace23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'pyprland' -version = '2.4.1' +version = "2.4.2" description = 'Hyperland plugin system - batteries included' authors = ['fdev31 '] license = 'MIT'