Skip to content

Commit a4be872

Browse files
Update package_info.py (#58)
1 parent 3aa84a1 commit a4be872

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,8 +2,8 @@
22
# SPDX-License-Identifier: MIT
33

44
MAJOR = 2
5-
MINOR = 14
6-
PATCH = 0
5+
MINOR = 13
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.14.0"
24+
__riva_version__ = "2.13.1"
2525
__riva_release__ = "23.10"
26-
__riva_models_version__ = "2.14.0"
26+
__riva_models_version__ = "2.13.0"

0 commit comments

Comments
 (0)