Skip to content

Commit

Permalink
Merge pull request #54 from USEPA/new_release_0_4_0
Browse files Browse the repository at this point in the history
New release 0 4 0
  • Loading branch information
jbousquin authored Feb 8, 2024
2 parents 2396e51 + 943317e commit 8bfb960
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
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.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
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 = [
Expand Down

0 comments on commit 8bfb960

Please sign in to comment.