Skip to content

Commit 6a2a7ac

Browse files
authored
Update setup.py
1 parent 49341a6 commit 6a2a7ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
setuptools.setup(
77
name="pytorch_msssim",
8-
version="0.2.1",
8+
version="1.0.0",
99
author="Gongfan Fang",
10-
author_email="fgf@zju.edu.cn",
10+
author_email="gongfan@u.nus.edu",
1111
description="Fast and differentiable MS-SSIM and SSIM for pytorch.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
@@ -19,4 +19,4 @@
1919
"Operating System :: OS Independent",
2020
],
2121
install_requires=['torch']
22-
)
22+
)

0 commit comments

Comments
 (0)