Bumps version to 0.2.0 and removes unused plugin requirement from pyproject.toml

This commit is contained in:
2025-04-27 09:43:06 +00:00
parent cfa62a5624
commit 8caafe862e

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "hdlbuild"
version = "0.1.0"
version = "0.2.0"
description = "Flexible FPGA Build System"
authors = ["0xMax42 <Mail@0xMax42.io>"]
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"