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 d1f8578 commit 1a53387Copy full SHA for 1a53387
dlpy/__init__.py
@@ -18,7 +18,7 @@
18
19
''' SAS Deep Learning '''
20
21
-__version__ = '0.6.2'
+__version__ = '0.6.3'
22
23
from .model import Model
24
from .images import ImageTable
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='sas-dlpy',
30
- version='0.6.2',
+ version='0.6.3',
31
description='SAS Deep Learning Interface',
32
long_description=README,
33
author='SAS',
@@ -38,7 +38,7 @@
38
package_data={
39
'dlpy': ['datasources/*', 'tests/datasources/*'],
40
},
41
- include_package_data=True,
+ #include_package_data=True,
42
install_requires=[
43
'pandas >= 0.16.0',
44
'six >= 1.9.0',
0 commit comments