Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from transferwise/AP-382
Browse files Browse the repository at this point in the history
v1.0.7: bump mysql-replication to latest version
  • Loading branch information
Samira-El authored Dec 6, 2019
2 parents 0ef4775 + c59bf97 commit 1b2029b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='pipelinewise-tap-mysql',
version='1.0.6',
version='1.0.7',
description='Singer.io tap for extracting data from MySQL - PipelineWise compatible',
author='Stitch',
url='https://github.com/transferwise/pipelinewise-tap-mysql',
Expand All @@ -18,7 +18,7 @@
'singer-python==5.3.1',
'PyMySQL==0.7.11',
'backoff==1.3.2',
'mysql-replication==0.18',
'mysql-replication==0.21',
],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit 1b2029b

Please sign in to comment.