diff --git a/pyproject.toml b/pyproject.toml index 023fa6f..c97b79f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "wells4hydrogeology" dynamic = ["readme"] license = {file = "LICENSE"} -version="0.0.6" +version="0.0.7" description = "A package to read in geology data from wells and create a layered, gridded hydrogeologic model of a study region, all within a python environment, automating and performing tasks often carried out in a dedicated GIS software." keywords = ["hydrogeology", "modflow", "water wells", "geology", 'water', 'geotechnical'] requires-python = "<3.13, >=3.9" diff --git a/setup.py b/setup.py index c6df994..fbe89b4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ name="wells4hydrogeology", author= "Riley Balikian", author_email = "balikian@illinois.edu", - version="0.0.6", + version="0.0.7", install_requires=["geopandas", "rioxarray", "owslib", "scipy", "matplotlib", "pandas", "numpy"], long_description = long_description, long_description_content_type="text/markdown",