Skip to content

Commit

Permalink
Update package_info.py (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmittal-github authored Jun 13, 2024
1 parent ebc2c05 commit 18d6f8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 = 15
PATCH = 1
MINOR = 16
PATCH = 0
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.15.1"
__riva_release__ = "24.04"
__riva_models_version__ = "2.15.0"
__riva_version__ = "2.16.0"
__riva_release__ = "24.06"
__riva_models_version__ = "2.16.0"

0 comments on commit 18d6f8f

Please sign in to comment.