From 7b6f9ef2240864b103903e79c895a76db59c14fa Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 16 Jul 2025 11:30:18 +0200 Subject: [PATCH] chore: Updates project version to 0.6.0 - Updates the project version in pyproject.toml - Reflects changes for a new release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3ff801..3dc0ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hdlbuild" -version = "0.5.3" +version = "0.6.0" description = "Flexible FPGA Build System" authors = ["0xMax42 "] license = "MIT"