bump version

This commit is contained in:
ixaxaar 2017-12-17 18:29:38 +05:30
parent c81a870c89
commit c7812efe49

View File

@ -22,7 +22,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='dnc',
version='0.0.6',
version='0.0.7',
description='Differentiable Neural Computer, for Pytorch',
long_description=long_description,