Skip to content

Commit

Permalink
Update package_info.py (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmittal-github authored Nov 2, 2023
1 parent 3aa84a1 commit a4be872
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions riva/client/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# SPDX-License-Identifier: MIT

MAJOR = 2
MINOR = 14
PATCH = 0
MINOR = 13
PATCH = 1
PRE_RELEASE = 'rc0'

# Use the following formatting: (major, minor, patch, pre-release)
Expand All @@ -21,6 +21,6 @@
__description__ = "Python implementation of the Riva Client API"
__license__ = 'MIT'
__keywords__ = 'deep learning, machine learning, gpu, NLP, ASR, TTS, NMT, nvidia, speech, language, Riva, client'
__riva_version__ = "2.14.0"
__riva_version__ = "2.13.1"
__riva_release__ = "23.10"
__riva_models_version__ = "2.14.0"
__riva_models_version__ = "2.13.0"

0 comments on commit a4be872

Please sign in to comment.