From 1cc05a03904f04552c1df69fc3123c8fb564b6c9 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Sat, 29 Apr 2023 20:55:18 +0200 Subject: [PATCH] Version 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cc4de1..d65fb46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyprland" -version = "1.0.2" +version = "1.1.0" description = "An hyperland plugin system" authors = ["fdev31 "] license = "MIT"