Skip to content

Commit 619de82

Browse files
committed
Fixing setup.py
1 parent 298465f commit 619de82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
########################################################
1111

1212
from setuptools import setup, find_packages
13-
from __af_version__ import full_version
13+
#from __af_version__ import full_version
1414

1515
#TODO:
1616
#1) Look for af libraries during setup
@@ -20,7 +20,7 @@
2020
author="Pavan Yalamanchili",
2121
author_email="[email protected]",
2222
name="arrayfire",
23-
version=full_version,
23+
version="3.3.20160624.post1",
2424
description="Python bindings for ArrayFire",
2525
license="BSD",
2626
url="http://arrayfire.com",

0 commit comments

Comments
 (0)