Skip to content

Commit 1c01c5e

Browse files
authored
Merge pull request googleads#718 from googleads/versioncorrect
Correct version in setup.py.
2 parents d95b2ef + 6a9f542 commit 1c01c5e

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

setup.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
]
3333

3434
with io.open("README.rst", "r", encoding="utf-8") as readme_file:
35-
long_description = readme_file.read()
35+
long_description = readme_file.read()
3636

3737
setup(
3838
name="google-ads",
39-
version="18.2.0",
39+
version="19.0.0",
4040
author="Google LLC",
4141
author_email="[email protected]",
4242
classifiers=[
@@ -53,15 +53,10 @@
5353
python_requires=">=3.7",
5454
long_description=long_description,
5555
install_requires=install_requires,
56-
extras_require={
57-
"tests": [
58-
"nox >= 2020.12.31, < 2022.6",
59-
]
60-
},
56+
extras_require={"tests": ["nox >= 2020.12.31, < 2022.6",]},
6157
license="Apache 2.0",
6258
packages=find_packages(
63-
exclude=["examples", "examples.*", "tests", "tests.*"]
64-
),
59+
exclude=["examples", "examples.*", "tests", "tests.*"]),
6560
namespace_packages=["google", "google.ads"],
6661
url="https://github.com/googleads/google-ads-python",
6762
zip_safe=False,

0 commit comments

Comments
 (0)