Skip to content

Commit 96a7296

Browse files
author
Kevin D Smith
committed
Prepare for next release
1 parent 1731af0 commit 96a7296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3'
21+
__version__ = '0.7.0'
2222

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

setup.py

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

2828
setup(
2929
name='sas-dlpy',
30-
version='0.6.3',
30+
version='0.7.0',
3131
description='SAS Deep Learning Interface',
3232
long_description=README,
3333
author='SAS',

0 commit comments

Comments
 (0)