Skip to content

Commit 4bbc698

Browse files
Merge pull request #78 from hyperion-ml/tyche-cleanup
change vers number
2 parents eb141aa + 9ddba51 commit 4bbc698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

egs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
| [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 <br> It uses Pretrained InsightFace embeddings in MX-Net |
2929
| | v0.2 | NIST SRE21 Visual recipe used by JHU-MIT team <br> It uses Pretrained InsightFace embeddings in PyTorch |
3030
| ------- | ------- | ---- |
31-
| [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 <br> It fuses the scores produced by sre21-av-a and sre21-av-v recipes |
31+
| [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 <br> It fuses the scores produced by sre21-av-a and sre21-av-v recipes |
3232
| ------- | ------- | ---- |
3333
| [voices_challenge](https://iqtlabs.github.io/voices/downloads/) | v1 | VOiCES challenge 2019 using x-vectors |
3434
| ------- | ------- | ---- |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# major.minor.patch
3636
# eg: 1.0.0, 1.0.1, 3.0.2, 5.0-beta, etc.
3737
# You CANNOT upload two versions of your package with the same version number
38-
version="0.1.0rc1",
38+
version="0.2.0",
3939
author="Jesus Villalba",
4040
author_email="jesus.antonio.villalba@gmail.com",
4141
# The description that will be shown on PyPI.

0 commit comments

Comments
 (0)