Skip to content

Commit 9ab7d05

Browse files
Update version to 2.12.0 (#45)
1 parent 1a3f364 commit 9ab7d05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

riva/client/package_info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33

44
MAJOR = 2
5-
MINOR = 11
5+
MINOR = 12
66
PATCH = 0
77
PRE_RELEASE = 'rc0'
88

@@ -21,6 +21,6 @@
2121
__description__ = "Python implementation of the Riva Client API"
2222
__license__ = 'MIT'
2323
__keywords__ = 'deep learning, machine learning, gpu, NLP, ASR, TTS, NMT, nvidia, speech, language, Riva, client'
24-
__riva_version__ = "2.11.0"
25-
__riva_release__ = "23.04"
26-
__riva_models_version__ = "2.11.0"
24+
__riva_version__ = "2.12.0"
25+
__riva_release__ = "23.06"
26+
__riva_models_version__ = "2.12.0"

0 commit comments

Comments
 (0)