diff --git a/README.md b/README.md index 01bf068..bc181c9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![PyPi](https://img.shields.io/pypi/v/harmonize-wq.svg)](https://pypi.python.org/pypi/harmonize-wq) +[![Documentation Status](https://github.com/USEPA/harmonize-wq/actions/workflows/documentation_deploy.yaml/badge.svg)](https://github.com/USEPA/harmonize-wq/actions/workflows/documentation_deploy.yaml) + # harmonize-wq Standardize, clean, and wrangle Water Quality Portal data into more analytic-ready formats @@ -109,4 +112,4 @@ https://github.com/USEPA/harmonize-wq/issues ## Disclaimer -The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government. \ No newline at end of file +The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government. diff --git a/pyproject.toml b/pyproject.toml index c5ee2f5..d382103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,22 +7,22 @@ packages = ["harmonize_wq"] [metadata] name = "harmonize_wq" -version = "0.3.8" +version = "0.4.0" [project] name = "harmonize_wq" -version = "0.3.8" +version = "0.4.0" authors = [ { name="Justin Bousquin", email="Bousquin.Justin@epa.gov" }, ] description = "Package to standardize, clean, and wrangle Water Quality Portal data into more analytic-ready formats" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" keywords = ["USEPA", "water data", "water quality"] license = {file = "LICENSE"} classifiers = [ "Programming Language :: Python :: 3", - "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [