Skip to content

Commit

Permalink
__init__ Version 0.9.0 (#363)
Browse files Browse the repository at this point in the history
* change python versions

* add conda-forge to README conda install command
  • Loading branch information
ssolson authored Dec 4, 2024
1 parent 96dc8b4 commit 5576a8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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

0 comments on commit 5576a8e

Please sign in to comment.