diff --git a/README.md b/README.md index 15e9483a..4a6f5c3d 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 919634a7..952136a7 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