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 #17 from transferwise/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
Samira-El authored Feb 18, 2020
2 parents d8f4282 + c6866b8 commit 135e28b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

from setuptools import setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(name='pipelinewise-tap-mysql',
version='1.1.5',
version='1.2.0',
description='Singer.io tap for extracting data from MySQL - PipelineWise compatible',
author='Stitch',
long_description=long_description,
long_description_content_type='text/markdown',
author='TransferWise',
url='https://github.com/transferwise/pipelinewise-tap-mysql',
classifiers=[
'License :: OSI Approved :: GNU Affero General Public License v3',
Expand Down

0 comments on commit 135e28b

Please sign in to comment.