Skip to content

Commit 890e209

Browse files
authored
Merge pull request #3 from jonathanharg/next
v 117.1.1
2 parents b223b2d + 3e7effa commit 890e209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binaryen/type/heap_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .._binaryen import lib as __lib
33

44

5-
def is_basic(heap_type: __internals.BinaryenHeapType):
5+
def is_basic(heap_type: __internals.BinaryenHeapType | __internals.BinaryenType):
66
return bool(__lib.BinaryenHeapTypeIsBasic(heap_type))
77

88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "binaryen.py"
7-
version = "117.1.0"
7+
version = "117.1.1"
88
description = "A Python wrapper for Binaryen"
99
authors = [{ name = "Jonathan Hargreaves", email = "[email protected]" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)