Skip to content

Commit 18d6f8f

Browse files
Update package_info.py (#81)
1 parent ebc2c05 commit 18d6f8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

riva/client/package_info.py

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

44
MAJOR = 2
5-
MINOR = 15
6-
PATCH = 1
5+
MINOR = 16
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.15.1"
25-
__riva_release__ = "24.04"
26-
__riva_models_version__ = "2.15.0"
24+
__riva_version__ = "2.16.0"
25+
__riva_release__ = "24.06"
26+
__riva_models_version__ = "2.16.0"

0 commit comments

Comments
 (0)