From a0439de16d9b6999241a2c29c79fac19bd90130f Mon Sep 17 00:00:00 2001 From: Fernando Perez-Garcia Date: Fri, 26 Jul 2019 17:05:48 +0100 Subject: [PATCH] Update to 2.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fbbc1d9..d969e57 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='highresnet', - version='0.2.1', + version='0.2.2', author='Fernando Perez-Garcia', author_email='fernando.perezgarcia.17@ucl.ac.uk', description='PyTorch implementation of HighResNet',