Skip to content

Commit 5ca52e3

Browse files
Update version to 2.9.0 (#31)
1 parent 994e09a commit 5ca52e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

riva/client/package_info.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: MIT
33

4-
MAJOR = 0
5-
MINOR = 0
6-
PATCH = 6
4+
MAJOR = 2
5+
MINOR = 9
6+
PATCH = 0
77
PRE_RELEASE = 'rc0'
88

99
# Use the following formatting: (major, minor, patch, pre-release)
@@ -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.7.0"
25-
__riva_release__ = "22.10"
26-
__riva_models_version__ = "2.7.0"
24+
__riva_version__ = "2.9.0"
25+
__riva_release__ = "23.01"
26+
__riva_models_version__ = "2.9.0"

0 commit comments

Comments
 (0)