Skip to content

Commit

Permalink
Merge branch '4-upgrade-backoff-version' into 'master'
Browse files Browse the repository at this point in the history
Upgrade backoff to 1.8.0 and singer-python to 5.7.0

Closes #4

See merge request meltano/tap-csv!3
  • Loading branch information
Yannis Roussos committed Jul 18, 2019
2 parents e7edeb9 + 2f2d7dc commit 185d9fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from setuptools import setup

setup(name='tap-csv',
version='0.1.0',
version='0.1.1',
description='Singer.io tap for extracting data from a CSV file',
author='Robert J. Moore',
url='http://singer.io',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_csv'],
install_requires=[
'singer-python>=0.2.1',
'backoff==1.3.2',
'singer-python==5.7.0',
'backoff==1.8.0',
'requests==2.12.4',
],
entry_points='''
Expand Down

0 comments on commit 185d9fd

Please sign in to comment.