From df9dc009bb98d48e6f5275b449fda38cedfce4bb Mon Sep 17 00:00:00 2001 From: Kareem Farid Date: Sun, 10 Nov 2024 14:36:57 +0200 Subject: [PATCH] hotfix: increment version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5378269a1..619cab8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openlane" -version = "2.2.4" +version = "2.2.5" description = "An infrastructure for implementing chip design flows" authors = ["Efabless Corporation and Contributors "] readme = "Readme.md"