diff --git a/bindings/python/wscript b/bindings/python/wscript index 85ed23155..f2e4491fb 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -13,7 +13,7 @@ from waflib.Errors import WafError # after = TaskGen.after ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 16, 0, 825) +REQUIRED_PYBINDGEN_VERSION = (0, 16, 0, 831) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)