Skip to content

Commit a8f9551

Browse files
authored
version bump (#109)
1 parent 0716729 commit a8f9551

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1
1+
rev-ai==2.19.3
22
pyaudio==0.2.11
33
six==1.12.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.19.1
2+
current_version = 2.19.3
33
commit = True
44
tag = True
55

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.2'
4+
__version__ = '2.19.3'
55

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

0 commit comments

Comments
 (0)