From 080731e123c4ab5501ad509dd965efdc4bdc6d65 Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Mon, 19 Oct 2020 00:14:24 +0200 Subject: [PATCH] Bump to 0.6.2 --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')],