diff --git a/dlpy/__init__.py b/dlpy/__init__.py index 24c02744..cb2daac6 100644 --- a/dlpy/__init__.py +++ b/dlpy/__init__.py @@ -18,7 +18,7 @@ ''' SAS Deep Learning ''' -__version__ = '0.6.3' +__version__ = '0.7.0' from .model import Model from .images import ImageTable diff --git a/setup.py b/setup.py index 10f6b126..ca0e8bcc 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sas-dlpy', - version='0.6.3', + version='0.7.0', description='SAS Deep Learning Interface', long_description=README, author='SAS',