Skip to content

Commit 1a53387

Browse files
author
Kevin D Smith
committed
Fix python installer
1 parent d1f8578 commit 1a53387

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dlpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
''' SAS Deep Learning '''
2020

21-
__version__ = '0.6.2'
21+
__version__ = '0.6.3'
2222

2323
from .model import Model
2424
from .images import ImageTable

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='sas-dlpy',
30-
version='0.6.2',
30+
version='0.6.3',
3131
description='SAS Deep Learning Interface',
3232
long_description=README,
3333
author='SAS',
@@ -38,7 +38,7 @@
3838
package_data={
3939
'dlpy': ['datasources/*', 'tests/datasources/*'],
4040
},
41-
include_package_data=True,
41+
#include_package_data=True,
4242
install_requires=[
4343
'pandas >= 0.16.0',
4444
'six >= 1.9.0',

0 commit comments

Comments
 (0)