From 389ade8f9942b005bee65555b02b46f80c5cfb56 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Mon, 15 Apr 2024 21:22:23 +0200 Subject: [PATCH] Version 2.2.7 --- pyprland/command.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyprland/command.py b/pyprland/command.py index 9dbdb28..5b688f5 100755 --- a/pyprland/command.py +++ b/pyprland/command.py @@ -395,7 +395,7 @@ async def run_client(): manager = Pyprland() if sys.argv[1] == "version": - print("2.2.6-4") # Automatically updated version + print("2.2.7") # Automatically updated version return if sys.argv[1] == "edit": diff --git a/pyproject.toml b/pyproject.toml index ec2635c..47dd332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyprland" -version = "2.2.6" +version = "2.2.7" description = "Hyperland plugin system - batteries included" authors = ["fdev31 "] license = "MIT"