From fd347807a560293e2a3d06501a7e74ef881986ce Mon Sep 17 00:00:00 2001 From: Russi Chatterjee Date: Mon, 6 May 2019 01:35:19 +0530 Subject: [PATCH] bump versiobn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,