From ad718b6548c1b3d8246079f2f9b199c8fd13fadf Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 16 Jul 2025 11:44:32 +0200 Subject: [PATCH] chore(version): bump to 0.6.1 - Increment version from 0.6.0 to 0.6.1 in VERSION and pyproject.toml --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 09a3acf..7ceb040 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.6.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f418f32..f745d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hdlbuild" -version = "0.6.0" +version = "0.6.1" description = "Flexible FPGA Build System" authors = ["0xMax42 "] license = "MIT"