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

Commit

Permalink
bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El committed Feb 17, 2020
1 parent d8f4282 commit 1d71532
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
#!/usr/bin/env python

from setuptools import setup
from os import path

this_directory = path.abspath(path.dirname(__file__))

with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.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',
long_description=long_description,
long_description_content_type='text/markdown',
author='Stitch',
url='https://github.com/transferwise/pipelinewise-tap-mysql',
classifiers=[
Expand Down

0 comments on commit 1d71532

Please sign in to comment.