From 3767a70e437c4020decf5888a83f438d2726a10f Mon Sep 17 00:00:00 2001 From: Richard Zhang Date: Wed, 25 Aug 2021 21:49:35 +0000 Subject: [PATCH] update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b71a6d72..5f616bc8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup( name='lpips', - version='0.1.2', + version='0.1.4', author="Richard Zhang", author_email="rizhang@adobe.com", description="LPIPS Similarity metric",