From 59ac9554e35596e49f17b5e9983c47fb04a2460a Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 2 Oct 2018 12:04:23 -0700 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 005e63967..6732b4e5d 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.17.0.post58+ngcf00cc0' +REQUIRED_PYBINDGEN_VERSION = '0.19.0.post4+ng823d8b2' REQUIRED_PYGCCXML_VERSION = (1, 9, 0) REQUIRED_CASTXML_VERSION = '0.1'