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 = "[email protected]"}]
description = "Python wrapping/binding for verilator"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "5.32.0"
version = "5.34.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.32.0"
current_version = "5.34.0"
commit = true
tag = true

Expand All @@ -71,7 +71,7 @@ ignore = [
]

[tool.cibuildwheel]
build = "cp39-* cp310-* cp311-* cp312-*"
build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
test-command = "echo 'TODO'"
test-requires = []

Expand Down
2 changes: 1 addition & 1 deletion src
Submodule src updated 252 files
2 changes: 1 addition & 1 deletion verilator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.32.0"
__version__ = "5.34.0"
Loading