From 6cfa6ba36af4aad970bf01285d7d952e3f4c26f4 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sun, 9 Nov 2025 14:10:22 -0800 Subject: [PATCH] Bump verison --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0271995..e536ec2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ name = "fpga-sim" # REQUIRED, is the only field that cannot be marked as dynami # https://packaging.python.org/guides/single-sourcing-package-version/ # dynamic = ["version"] -version = "0.4.0a1" # REQUIRED, although can be dynamic +version = "0.4.0" # REQUIRED, although can be dynamic # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: