From a1368e559203acf6dc76d71a4d2dc7000f1e8090 Mon Sep 17 00:00:00 2001 From: killown Date: Thu, 14 Mar 2024 09:12:06 -0300 Subject: [PATCH] changed the version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 311a6d5..c3886ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wayfire" -version = "0.0.1" +version = "0.0.2" authors = [{ name = "Thiago", email = "systemofdown@gmail.com" }] description = "wayfire compositor library" readme = "README.md"