Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Dec 16, 2023
1 parent eb58aae commit b9746a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='torch_stoi',
version='0.1.2',
version='0.2.0',
description='Computes Short Term Objective Intelligibility in PyTorch',
author='Manuel Pariente',
author_email='pariente.mnl@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion torch_stoi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .stoi import NegSTOILoss


__version__ = '0.1.2'
__version__ = '0.2.0'

0 comments on commit b9746a8

Please # to comment.