diff --git a/pyprland/version.py b/pyprland/version.py index a9988c5..63522ae 100644 --- a/pyprland/version.py +++ b/pyprland/version.py @@ -1,3 +1,3 @@ """Package version.""" -VERSION = "2.3.8-8" +VERSION = "2.4.0" diff --git a/pyproject.toml b/pyproject.toml index 932a319..e0c4bac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyprland" -version = "2.3.8" +version = "2.4.0" description = "Hyperland plugin system - batteries included" authors = ["fdev31 "] license = "MIT"