diff --git a/setup.py b/setup.py index 6447f3a..5f22c1d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: setup( name='dnc', - version='1.0.1', + version='1.0.2', description='Differentiable Neural Computer, for Pytorch', long_description=long_description,