We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca44e7a commit c8b0633Copy full SHA for c8b0633
1 file changed
setup.py
@@ -6,13 +6,13 @@
6
7
setup(
8
name='newsdataapi',
9
- version='0.1.4',
+ version='0.1.5',
10
packages=['newsdataapi'],
11
description='Python library for newsdata client-API Call',
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url='https://github.com/newsdataapi/python-client',
15
- author='Newsdata',
+ author='NewsData.io',
16
author_email='contact@newsdata.io',
17
license='MIT',
18
install_requires=["requests<3.0.0"],
0 commit comments