Skip to content

Commit

Permalink
update for redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Dec 8, 2023
1 parent 0e0a3d9 commit 588eb54
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.vscode
testnotebook.ipynb
cache/
__pycache__
w4h/__pycache__
Binary file removed __pycache__/run_test.cpython-311-pytest-7.4.3.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
RTD_THEME=False #Not currently working
RUN_TESTS=True
LINT_IT=False
RELEASE_VERSION = "0.0.16"
RELEASE_VERSION = "0.0.17"

# Set the filepaths
currentDir = pathlib.Path((__file__)).parent
Expand Down
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.16"
version="0.0.17"
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.16",
version="0.0.17",
package_data={'w4h': ['resources/*', 'resources/sample_data/*',
'resources/sample_data/DictionaryTerms/*','resources/sample_data/LithologyInterpretations/*']},
install_requires=["geopandas", "rioxarray", "owslib", "scipy", "matplotlib", "pandas", "numpy"],
Expand Down

0 comments on commit 588eb54

Please sign in to comment.