We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298465f commit 619de82Copy full SHA for 619de82
setup.py
@@ -10,7 +10,7 @@
10
########################################################
11
12
from setuptools import setup, find_packages
13
-from __af_version__ import full_version
+#from __af_version__ import full_version
14
15
#TODO:
16
#1) Look for af libraries during setup
@@ -20,7 +20,7 @@
20
author="Pavan Yalamanchili",
21
author_email="[email protected]",
22
name="arrayfire",
23
- version=full_version,
+ version="3.3.20160624.post1",
24
description="Python bindings for ArrayFire",
25
license="BSD",
26
url="http://arrayfire.com",
0 commit comments