From 8caafe862e953d8e1b8ed9952ed6f85f0b230908 Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 09:43:06 +0000 Subject: [PATCH] Bumps version to 0.2.0 and removes unused plugin requirement from pyproject.toml --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b26f7b8..ba32680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hdlbuild" -version = "0.1.0" +version = "0.2.0" description = "Flexible FPGA Build System" authors = ["0xMax42 "] license = "MIT" @@ -18,10 +18,6 @@ pydantic = "^2.11.3" rich = "^14.0.0" gitpython = "^3.1.44" -[tool.poetry.requires-plugins] -poetry-plugin-export = ">=1.8" - - [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"