Skip to content

Commit

Permalink
Fix python installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin D Smith committed Apr 5, 2018
1 parent d1f8578 commit 1a53387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dlpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

''' SAS Deep Learning '''

__version__ = '0.6.2'
__version__ = '0.6.3'

from .model import Model
from .images import ImageTable
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='sas-dlpy',
version='0.6.2',
version='0.6.3',
description='SAS Deep Learning Interface',
long_description=README,
author='SAS',
Expand All @@ -38,7 +38,7 @@
package_data={
'dlpy': ['datasources/*', 'tests/datasources/*'],
},
include_package_data=True,
#include_package_data=True,
install_requires=[
'pandas >= 0.16.0',
'six >= 1.9.0',
Expand Down

0 comments on commit 1a53387

Please sign in to comment.