Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mhkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading