Skip to content

Commit fec4477

Browse files
committed
Update setup.py
1 parent 9d6e684 commit fec4477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="cluttercal",
20-
version="0.9.9",
20+
version="1.0.0",
2121
description="Radar monitoring of calibration using ground clutter reflectivity.",
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",
@@ -26,7 +26,7 @@
2626
author_email="[email protected]", # Optional
2727
# For a list of valid classifiers, see https://pypi.org/classifiers/
2828
classifiers=[ # Optional
29-
"Development Status :: 4 - Beta",
29+
"Development Status :: 5 - Production/Stable",
3030
"Intended Audience :: Science/Research",
3131
"Topic :: Scientific/Engineering :: Atmospheric Science",
3232
"License :: OSI Approved :: MIT License",
@@ -36,6 +36,6 @@
3636
],
3737
keywords="radar weather meteorology calibration",
3838
packages=find_packages(exclude=["contrib", "docs", "tests"]),
39-
install_requires=["numpy", "arm_pyart", "pandas", "netCDF4", "dask", "xarray"],
39+
install_requires=["numpy", "arm_pyart", "pandas", "netCDF4", "dask", "xarray", "pyodim"],
4040
project_urls={"Source": "https://github.com/vlouf/cluttercal/",},
4141
)

0 commit comments

Comments
 (0)