From 33e35326db74c7ccd45360d6668682e60b407d1f Mon Sep 17 00:00:00 2001 From: ixaxaar Date: Tue, 5 Jan 2021 15:54:53 +0000 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba67f7d..9043720 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='dnc', - version='1.0.3', + version='1.1.0', description='Differentiable Neural Computer, for Pytorch', long_description=long_description,