Skip to content

Commit

Permalink
Merge pull request #3 from jonathanharg/next
Browse files Browse the repository at this point in the history
v 117.1.1
  • Loading branch information
jonathanharg authored Apr 26, 2024
2 parents b223b2d + 3e7effa commit 890e209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binaryen/type/heap_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .._binaryen import lib as __lib


def is_basic(heap_type: __internals.BinaryenHeapType):
def is_basic(heap_type: __internals.BinaryenHeapType | __internals.BinaryenType):
return bool(__lib.BinaryenHeapTypeIsBasic(heap_type))


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "binaryen.py"
version = "117.1.0"
version = "117.1.1"
description = "A Python wrapper for Binaryen"
authors = [{ name = "Jonathan Hargreaves", email = "[email protected]" }]
readme = "README.md"
Expand Down

0 comments on commit 890e209

Please sign in to comment.