Skip to content

Commit c016c26

Browse files
authored
Merge pull request #5 from nvidia-riva/update_version
Update version
2 parents f95c338 + c1ac1bb commit c016c26

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
@@ -3,7 +3,7 @@
33

44
MAJOR = 0
55
MINOR = 0
6-
PATCH = 1
6+
PATCH = 3
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, nvidia, speech, language, Riva, client'
24-
__riva_version__ = "2.2.0"
25-
__riva_release__ = "22.05"
26-
__riva_models_version__ = "2.2.0"
24+
__riva_version__ = "2.2.1"
25+
__riva_release__ = "22.06"
26+
__riva_models_version__ = "2.2.1"

0 commit comments

Comments
 (0)