Skip to content

Commit 9599157

Browse files
Update package_info.py (#75)
1 parent eaad6fd commit 9599157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

riva/client/package_info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
MAJOR = 2
55
MINOR = 15
6-
PATCH = 0
6+
PATCH = 1
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.0"
25-
__riva_release__ = "24.02"
24+
__riva_version__ = "2.15.1"
25+
__riva_release__ = "24.04"
2626
__riva_models_version__ = "2.15.0"

0 commit comments

Comments
 (0)