From b428bfac125831bfc15ccfb60a067af58c1045ea Mon Sep 17 00:00:00 2001 From: Russi Chatterjee Date: Fri, 5 Apr 2019 12:24:23 +0530 Subject: [PATCH] up version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71ce06b..e8817c9 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='0.0.9', + version='1.0.0', description='Differentiable Neural Computer, for Pytorch', long_description=long_description,