Skip to content

Commit

Permalink
BUGFIX installer: Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanky committed Mar 28, 2016
1 parent 99b1c8c commit f5efab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author="Pavan Yalamanchili",
author_email="[email protected]",
name="arrayfire",
version=release_version
version=release_version,
description="Python bindings for ArrayFire",
license="BSD",
url="http://arrayfire.com",
Expand Down

0 comments on commit f5efab4

Please sign in to comment.