From add63b406df2cc52a686f75c87e6029da7bce392 Mon Sep 17 00:00:00 2001 From: ixaxaar Date: Fri, 27 Oct 2017 17:04:12 +0530 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f45f0d7..ac81a2e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='dnc', - version='0.0.2', + version='0.0.3', description='Differentiable Neural Computer, for Pytorch', long_description=long_description,