Skip to content

Commit 7fbd6d9

Browse files
committed
Version bump
1 parent ac26cf0 commit 7fbd6d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rev-ai==2.19.4
1+
rev-ai==2.19.5
22
pyaudio==0.2.11
33
six==1.12.0

src/rev_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""Top-level package for rev_ai"""
33

4-
__version__ = '2.19.4'
4+
__version__ = '2.19.5'
55

66
from .models import Job, JobStatus, Account, Transcript, Monologue, Element, MediaConfig, \
77
CaptionType, CustomVocabulary, TopicExtractionJob, TopicExtractionResult, Topic, Informant, \

0 commit comments

Comments
 (0)