From 06d18a0fc3a4cfc041783897948120e84e8ae635 Mon Sep 17 00:00:00 2001 From: ixaxaar Date: Mon, 13 Nov 2017 00:49:58 +0530 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9541631..6fda052 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='dnc', - version='0.0.5', + version='0.0.6', description='Differentiable Neural Computer, for Pytorch', long_description=long_description,