Skip to content

Commit

Permalink
[chore] bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gudgud96 committed Apr 22, 2023
1 parent eba2d8e commit f92b37d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ from frechet_audio_distance import FrechetAudioDistance

# to use `vggish`
frechet = FrechetAudioDistance(
model_name="vggish"
model_name="vggish",
use_pca=False,
use_activation=False,
verbose=False
)
# to use `PANN`
frechet = FrechetAudioDistance(
model_name="pann"
model_name="pann",
use_pca=False,
use_activation=False,
verbose=False
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "frechet_audio_distance"
version = "0.0.4"
version = "0.1.0"
authors = [
{ name="Hao Hao Tan", email="[email protected]" },
]
Expand Down

0 comments on commit f92b37d

Please sign in to comment.