diff --git a/py/setup.py b/py/setup.py index 3e26ec13..3de071f7 100644 --- a/py/setup.py +++ b/py/setup.py @@ -19,7 +19,7 @@ EXTRAS_REQUIRE['full'] = list(set(chain(*EXTRAS_REQUIRE.values()))) setup(name='google-ads-api-report-fetcher', - version='1.12.2', + version='1.13.0', python_requires='>3.8', description=('Library for fetching reports from Google Ads API ' 'and saving them locally & remotely.'),