From 59e12398972cf318001e5108f6be89ec97e5075c Mon Sep 17 00:00:00 2001 From: Thomas Kramer <code@tkramer.ch> Date: Sun, 28 Jan 2024 22:48:34 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cae91da..16de301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "lclayout" -version = "0.0.17" +version = "0.0.18" description='CMOS standard-cell layout generator.' readme = {file = "README.md", content-type="text/markdown"} license = {text = "OHL-S v2.0"} -- GitLab