Skip to content
Snippets Groups Projects
Commit 1629c014 authored by Wieferich, Daniel Joseph's avatar Wieferich, Daniel Joseph
Browse files

Bump version: 1.0.0 → 1.0.1

parent e51ebc35
No related branches found
No related tags found
1 merge request!4Hydrolink tweaks
# hydrolink
![Generic badge](https://img.shields.io/badge/Version-1.0.0-<COLOR>.svg)
![Generic badge](https://img.shields.io/badge/Version-1.0.1-<COLOR>.svg)
The term "hydrolink" refers to the process of linking spatial data to a stream network. This is similar to the analogy of providing an address on a road network and provides locational context and position within a stream network. Hydrolinking data to a common stream network allows information to be centralized, supporting landscape scale analyses and modeling efforts. Versions of the National Hydrography Dataset (NHD) are often used as a spatial framework for modeling and describing aquatic biological and hydrologic systems at larger geographic scales.
......@@ -21,7 +21,7 @@ Daniel Wieferich - dwieferich@usgs.gov
## USGS Software Release Information
Wieferich, D.J., Serna, B. 2023. hydrolink Version-1.0.0. U.S. Geological Survey software release. https://doi.org/10.5066/P9DGZVXW.
Wieferich, D.J., Serna, B., Labriola, L. 2023. hydrolink Version-1.0.1. U.S. Geological Survey software release. https://doi.org/10.5066/P9DGZVXW.
IP-`151836`
......
......@@ -51,7 +51,7 @@
"name": "hydrolink",
"organization": "U.S. Geological Survey",
"description": "Python package with methods and command line tool to address information to National Hydrography Datasets.",
"version": "1.0.0",
"version": "1.0.1",
"status": "Production",
"permissions": {
......@@ -59,14 +59,14 @@
"licenses": [
{
"name": "unlicense",
"URL": "https://code.usgs.gov/sas/bioscience/hlt/hydrolink/-/raw/1.0.0/LICENSE.md"
"URL": "https://code.usgs.gov/sas/bioscience/hlt/hydrolink/-/raw/1.0.1/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/sas/bioscience/hlt/hydrolink",
"downloadURL": "https://code.usgs.gov/sas/bioscience/hlt/hydrolink/-/archive/1.0.0/hydrolink-1.0.0.zip",
"disclaimerURL": "https://code.usgs.gov/sas/bioscience/hlt/hydrolink/-/raw/1.0.0/DISCLAIMER.md",
"downloadURL": "https://code.usgs.gov/sas/bioscience/hlt/hydrolink/-/archive/1.0.1/hydrolink-1.0.1.zip",
"disclaimerURL": "https://code.usgs.gov/sas/bioscience/hlt/hydrolink/-/raw/1.0.1/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/sas/bioscience/hlt/hydrolink.git",
"vcs": "git",
......
......@@ -5,4 +5,4 @@ __author__ = """Daniel J Wieferich"""
__email__ = 'dwieferich@usgs.gov'
# provide version, PEP - three components ("major.minor.micro")
__version__ = '1.0.0'
__version__ = '1.0.1'
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True
......
......@@ -38,6 +38,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://code.usgs.gov/sas/bioscience/hlt/hydrolink',
version='1.0.0',
version='1.0.1',
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment