From de9771c6aa178781ff44c7f0cd5d093a12c15a6c Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 27 Nov 2020 09:34:50 -0800 Subject: [PATCH] bindings: Update pybindgen version --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 61ce973d4..715816f2b 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -20,7 +20,7 @@ from waflib.Errors import WafError # on 'git describe --tags' command. Example, if the latest release was 0.21.0, # and 'git decribe --tags' reports "0.21.0-6-g8e7c0a9", then write the # PYBINDGEN version string below as '0.21.0.post6+ng8e7c0a9' -REQUIRED_PYBINDGEN_VERSION = '0.21.0.post6+ng8e7c0a9' +REQUIRED_PYBINDGEN_VERSION = '0.21.0.post11+ng443cbba' REQUIRED_PYGCCXML_VERSION = (2, 0, 1) REQUIRED_CASTXML_VERSION = '0.2'