Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src
Submodule src updated 1695 files
2 changes: 1 addition & 1 deletion verilator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.34.0"
__version__ = "5.38.0"
Loading