Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

setup(
name='tap-shiphero',
version='1.1.9',
version='1.2.0',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the bump details in CHANGELOG.md

description="Singer.io tap for extracting Shiphero data",
author="Stitch",
url="http://singer.io",
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_shiphero'],
install_requires=[
'backoff==1.3.2',
'ratelimit==2.2.0',
'requests==2.20.1',
'singer-python==5.5.0'
'backoff==2.2.1',
'ratelimit==2.2.1',
'requests==2.32.5',
'singer-python==6.3.0'
],
extras_require={
'dev': [
Expand Down
Loading