diff --git a/CHANGELOG.md b/CHANGELOG.md index 55938cc8f..1278c87aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v3.5.20170721 +- Bug fixes when using v3.5 of arrayfire libs + graphics + ### v3.5.20170721 - Bug fixes for canny edge detection diff --git a/setup.py b/setup.py index c2187a877..0e74aa2d0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ author="Pavan Yalamanchili", author_email="contact@pavanky.com", name="arrayfire", - version="3.5.20170721", + version="3.5.20170817", description="Python bindings for ArrayFire", license="BSD", url="http://arrayfire.com",