From 71d0f3dae284e28388dea84be2150bf4b860ac59 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 29 Aug 2018 07:56:18 +0200 Subject: [PATCH] Bump version number (#417) --- python/sdist/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sdist/setup.py b/python/sdist/setup.py index df2c9a8c74..96ca2667ff 100644 --- a/python/sdist/setup.py +++ b/python/sdist/setup.py @@ -280,7 +280,7 @@ def saveGitVersion(self): def getPackageVersion(): - return '0.7.7' + return '0.7.10' # Remove the "-Wstrict-prototypes" compiler option, which isn't valid for