Skip to content

Commit

Permalink
Update setup.py (#121)
Browse files Browse the repository at this point in the history
Update cads-api-client version
  • Loading branch information
EddyCMWF authored Sep 11, 2024
1 parent 8e92895 commit 9b162d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(fname):
return io.open(file_path, encoding="utf-8").read()


version = "0.7.2"
version = "0.7.3"


setuptools.setup(
Expand All @@ -45,7 +45,7 @@ def read(fname):
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=[
"cads-api-client>=1.3.0",
"cads-api-client>=1.3.2",
"requests>=2.5.0",
"tqdm",
],
Expand Down

0 comments on commit 9b162d6

Please sign in to comment.