From 6a2a7acbecba8fc88bb993ef825c3b443b256a13 Mon Sep 17 00:00:00 2001 From: Gongfan Fang Date: Fri, 26 May 2023 01:02:01 +0800 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index cf44fc1..1100b91 100644 --- a/setup.py +++ b/setup.py @@ -5,9 +5,9 @@ setuptools.setup( name="pytorch_msssim", - version="0.2.1", + version="1.0.0", author="Gongfan Fang", - author_email="fgf@zju.edu.cn", + author_email="gongfan@u.nus.edu", description="Fast and differentiable MS-SSIM and SSIM for pytorch.", long_description=long_description, long_description_content_type="text/markdown", @@ -19,4 +19,4 @@ "Operating System :: OS Independent", ], install_requires=['torch'] -) \ No newline at end of file +)