From 445e3c79ec4408d1e7eba6e62c893c0627e178e8 Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Mon, 2 Sep 2024 15:59:41 +0200 Subject: [PATCH] fix pyproject.toml version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9aa3e06..7fac2b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wayfire" -version = "2.0" +version = "3.1" authors = [{ name = "Thiago", email = "systemofdown@gmail.com" }, { name = "Ilia Bozhinov", email= "ammen99@gmail.com" }] description = "wayfire compositor library" readme = "README.md"