From 8adaa916ff4e736e9da707c232d6f57b788e57e8 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 17 Jul 2025 10:54:13 +0200 Subject: [PATCH] feat(version): bump version to 0.7.0 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7ceb040..bcaffe1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1 \ No newline at end of file +0.7.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e3e5972..30ac8a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hdlbuild" -version = "0.6.1" +version = "0.7.0" description = "Flexible FPGA Build System" authors = ["0xMax42 "] license = "MIT"