Skip to content

Commit

Permalink
version update v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Jul 19, 2023
1 parent 319a17a commit e9d1bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e9d1bef

Please sign in to comment.