diff --git a/egs/README.md b/egs/README.md index 477cdd50..cf7db98b 100644 --- a/egs/README.md +++ b/egs/README.md @@ -28,7 +28,7 @@ | [sre21-av-v](https://www.nist.gov/itl/iad/mig/nist-2021-speaker-recognition-evaluation-sre21) | v0.1 | NIST SRE21 Visual recipe used by JHU-MIT team
It uses Pretrained InsightFace embeddings in MX-Net | | | v0.2 | NIST SRE21 Visual recipe used by JHU-MIT team
It uses Pretrained InsightFace embeddings in PyTorch | | ------- | ------- | ---- | -| [sre21-av-v](https://www.nist.gov/itl/iad/mig/nist-2021-speaker-recognition-evaluation-sre21) | v0.1 | NIST SRE21 Audio-Visual fusion used by JHU-MIT team
It fuses the scores produced by sre21-av-a and sre21-av-v recipes | +| [sre21-av-v](https://www.nist.gov/itl/iad/mig/nist-2021-speaker-recognition-evaluation-sre21) | v1 | NIST SRE21 Audio-Visual fusion used by JHU-MIT team
It fuses the scores produced by sre21-av-a and sre21-av-v recipes | | ------- | ------- | ---- | | [voices_challenge](https://iqtlabs.github.io/voices/downloads/) | v1 | VOiCES challenge 2019 using x-vectors | | ------- | ------- | ---- | diff --git a/setup.py b/setup.py index 349eac7b..a75fd273 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ # major.minor.patch # eg: 1.0.0, 1.0.1, 3.0.2, 5.0-beta, etc. # You CANNOT upload two versions of your package with the same version number - version="0.1.0rc1", + version="0.2.0", author="Jesus Villalba", author_email="jesus.antonio.villalba@gmail.com", # The description that will be shown on PyPI.