Skip to content

Commit 5576a8e

Browse files
authored
__init__ Version 0.9.0 (#363)
* change python versions * add conda-forge to README conda install command
1 parent 96dc8b4 commit 5576a8e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,17 @@ See the [MHKiT documentation](https://mhkit-software.github.io/MHKiT) for more i
3232

3333
## Installation
3434

35-
MHKiT-Python requires Python (3.8, 3.9, 3.10, 3.11) along with several Python
35+
MHKiT-Python requires Python (3.10, 3.11, 3.12) along with several Python
3636
package dependencies. MHKiT-Python can be installed from PyPI using the command:
3737

3838
`pip install mhkit`
3939

40+
MHKiT can alternatively be installed using conda:
41+
42+
```bash
43+
conda install -c conda-forge mhkit
44+
```
45+
4046
See [installation instructions](https://mhkit-software.github.io/MHKiT/installation.html) for more information.
4147

4248
## Copyright and license

mhkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Ignore future warnings
1919
_warn.simplefilter(action="ignore", category=FutureWarning)
2020

21-
__version__ = "v0.8.2"
21+
__version__ = "v0.9.0"
2222

2323
__copyright__ = """
2424
Copyright 2019, Alliance for Sustainable Energy, LLC under the terms of

0 commit comments

Comments
 (0)