From 5576a8e44f16cb3705577a69025501a0e8e5c470 Mon Sep 17 00:00:00 2001 From: ssolson Date: Wed, 4 Dec 2024 10:45:17 -0500 Subject: [PATCH] __init__ Version 0.9.0 (#363) * change python versions * add conda-forge to README conda install command --- README.md | 8 +++++++- mhkit/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15e9483a7..4a6f5c3d6 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,17 @@ See the [MHKiT documentation](https://mhkit-software.github.io/MHKiT) for more i ## Installation -MHKiT-Python requires Python (3.8, 3.9, 3.10, 3.11) along with several Python +MHKiT-Python requires Python (3.10, 3.11, 3.12) along with several Python package dependencies. MHKiT-Python can be installed from PyPI using the command: `pip install mhkit` +MHKiT can alternatively be installed using conda: + +```bash +conda install -c conda-forge mhkit +``` + See [installation instructions](https://mhkit-software.github.io/MHKiT/installation.html) for more information. ## Copyright and license diff --git a/mhkit/__init__.py b/mhkit/__init__.py index 919634a7a..952136a7b 100644 --- a/mhkit/__init__.py +++ b/mhkit/__init__.py @@ -18,7 +18,7 @@ # Ignore future warnings _warn.simplefilter(action="ignore", category=FutureWarning) -__version__ = "v0.8.2" +__version__ = "v0.9.0" __copyright__ = """ Copyright 2019, Alliance for Sustainable Energy, LLC under the terms of