Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VainF authored May 25, 2023
1 parent 49341a6 commit 6a2a7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -19,4 +19,4 @@
"Operating System :: OS Independent",
],
install_requires=['torch']
)
)

0 comments on commit 6a2a7ac

Please sign in to comment.