From 86581333ad0c3899de94017574ebef83283fc4c6 Mon Sep 17 00:00:00 2001 From: Adam Wentz Date: Mon, 14 Mar 2016 15:00:21 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72f94a0..b8e2dce 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='neural-image-analogies', - version='0.0.4', + version='0.0.5', description='Generate image analogies with a deep neural network.', author='Adam Wentz', author_email='adam@adamwentz.com',