Skip to content

Commit db77d10

Browse files
authored
Bump version 2.11.0 (#39)
Signed-off-by: Greg Clark <[email protected]>
1 parent c0eb4d6 commit db77d10

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 = 10
5+
MINOR = 11
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.10.0"
25-
__riva_release__ = "23.02"
26-
__riva_models_version__ = "2.10.0"
24+
__riva_version__ = "2.11.0"
25+
__riva_release__ = "23.03"
26+
__riva_models_version__ = "2.11.0"

0 commit comments

Comments
 (0)