File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0
4+ * Bump dependency versions for twistlock compliance [ #16 ] ( https://github.com/singer-io/tap-mailshake/pull/16 )
5+
36## 0.0.10
47 * Refactor to fix linting errors [ #14 ] ( https://github.com/singer-io/tap-mailshake/pull/14 )
58
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44
55setup (name = 'tap-mailshake' ,
6- version = '0.0.10 ' ,
6+ version = '0.1.0 ' ,
77 description = 'Singer.io tap for extracting data from the Mailshake API' ,
88 author = 'nick.civili@bytecode.io' ,
99 classifiers = ['Programming Language :: Python :: 3 :: Only' ],
1010 py_modules = ['tap_mailshake' ],
1111 install_requires = [
1212 'backoff==2.2.1' ,
1313 'requests==2.32.5' ,
14- 'singer-python==6.1.1 '
14+ 'singer-python==6.4.0 '
1515 ],
1616 entry_points = '''
1717 [console_scripts]
You can’t perform that action at this time.
0 commit comments