[python-arrayfire] 248/250: BUGFIX installer: Add missing comma

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.

commit f5efab48675e47f84e37c5388c3a7ada7e154862
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Mon Mar 28 17:30:07 2016 -0400

    BUGFIX installer: Add missing comma
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6815839..6c9d933 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
     author="Pavan Yalamanchili",
     author_email="pavan at arrayfire.com",
     name="arrayfire",
-    version=release_version
+    version=release_version,
     description="Python bindings for ArrayFire",
     license="BSD",
     url="http://arrayfire.com",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git



More information about the debian-science-commits mailing list