Skip to content

Commit

Permalink
update version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Jul 9, 2023
1 parent 770d9a3 commit 98528d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -12,10 +12,9 @@
description="A pytorch package for Non-negative Matrix Factorization",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/yoyololicon/pytorch-NMFs",
url="https://github.com/yoyololicon/pytorch-NMF",
packages=["torchnmf"],
install_requires=['torch>=1.4',
'tqdm'],
install_requires=["torch>=1.4", "tqdm"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down
6 changes: 3 additions & 3 deletions torchnmf/__init__.py
@@ -1,8 +1,8 @@
# nothing

name = "torchnmf"
__version__ = '0.3.5dev'
__maintainer__ = 'Chin-Yun Yu'
__email__ = 'lolimaster.cs03@nctu.edu.tw'
__version__ = "0.3.5"
__maintainer__ = "Chin-Yun Yu"
__email__ = "lolimaster.cs03@nctu.edu.tw"

from . import nmf, plca, trainer, metrics

0 comments on commit 98528d1

Please sign in to comment.