diff --git a/pyproject.toml b/pyproject.toml index 2dd10b2..d3de83d 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.32.0" +version = "5.34.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.32.0" +current_version = "5.34.0" commit = true tag = true @@ -71,7 +71,7 @@ ignore = [ ] [tool.cibuildwheel] -build = "cp39-* cp310-* cp311-* cp312-*" +build = "cp39-* cp310-* cp311-* cp312-* cp313-*" test-command = "echo 'TODO'" test-requires = [] diff --git a/src b/src index 8ff77e9..436d3d7 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit 8ff77e9d47351b0a59114929880687839a51840b +Subproject commit 436d3d76f0ff841cc0d1e3fdf0c888ebf40137b2 diff --git a/verilator/__init__.py b/verilator/__init__.py index 7dc3f39..32f9d97 100644 --- a/verilator/__init__.py +++ b/verilator/__init__.py @@ -1 +1 @@ -__version__ = "5.32.0" +__version__ = "5.34.0"