From d7791793bd2e15ee65181309b487c287c0a0bc90 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 9 Feb 2020 14:49:39 -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 d144bc4b8..545ed81eb 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -14,7 +14,7 @@ from waflib.Errors import WafError # after = TaskGen.after # https://github.com/gjcarneiro/pybindgen -REQUIRED_PYBINDGEN_VERSION = '0.20.0.post1+ng8ff9892' +REQUIRED_PYBINDGEN_VERSION = '0.20.1.post4+ngadeb7ce' REQUIRED_PYGCCXML_VERSION = (1, 9, 1) REQUIRED_CASTXML_VERSION = '0.2'