Skip to content

Commit 4fcb55e

Browse files
author
vs
committed
capterra reviews + bump verison
1 parent 2f58c69 commit 4fcb55e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

outscraper/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,9 +961,9 @@ def glassdoor_reviews(self, query: Union[list, str], limit: int = 100, sort: str
961961
}, headers=self._api_headers)
962962

963963
return self._handle_response(response, wait_async, async_request)
964-
964+
965965
def capterra_reviews(self, query: Union[list, str], limit: int = 100, sort: str = 'MOST_HELPFUL', cutoff: int = None,
966-
language: str = 'en', region: str = None, fields: Union[list, str] = None, async_request: bool = False,
966+
language: str = 'en', region: str = None, fields: Union[list, str] = None, async_request: bool = False,
967967
ui: bool = None, webhook: str = None
968968
) -> list:
969969
'''

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
1010
name='outscraper',
11-
version='5.4.0',
11+
version='5.4.1',
1212
description='Python bindings for the Outscraper API',
1313
long_description=readme(),
1414
classifiers = ['Programming Language :: Python',

0 commit comments

Comments
 (0)