diff --git a/pyproject.toml b/pyproject.toml index f17cda2..4f42bff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the verilator-python authors", email = "dev@dau.dev"}] description = "Python wrapping/binding for verilator" readme = "README.md" license = { text = "Apache-2.0" } -version = "5.34.0" +version = "5.38.0" requires-python = ">=3.9" keywords = [] @@ -49,7 +49,7 @@ Repository = "https://github.com/dau-dev/verilator-python" Homepage = "https://github.com/dau-dev/verilator-python" [tool.bumpversion] -current_version = "5.34.0" +current_version = "5.38.0" commit = true tag = true @@ -90,7 +90,7 @@ archs = "arm64" before-all = """make dependencies-win && make build-verilator && make copy-verilator && make update-verilator-config""" archs = "AMD64" environment = {WIN_FLEX_BISON="C:/ProgramData/chocolatey/lib/winflexbison3/tools"} -skip = "*win32 *arm_64" +skip = "*win32 *arm_64" [tool.coverage.run] branch = true diff --git a/src b/src index 436d3d7..f037ac5 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit 436d3d76f0ff841cc0d1e3fdf0c888ebf40137b2 +Subproject commit f037ac50b419f675ea23fa38abfc363505d7b43a diff --git a/verilator/__init__.py b/verilator/__init__.py index 32f9d97..77f2c58 100644 --- a/verilator/__init__.py +++ b/verilator/__init__.py @@ -1 +1 @@ -__version__ = "5.34.0" +__version__ = "5.38.0"