diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 346db6d..6657f37 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -94,7 +94,7 @@ def run(self): os.chdir(cwd) build_ext.run(self) -VERSION="0.6.1" +VERSION="0.6.2" module = Extension('pydffi.backend', include_dirs = [os.path.join(this_dir, '../../include'), os.path.join(this_dir, '../../third-party')],