diff --git a/README.md b/README.md index c80bb2951..507305c58 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ FLORIS is a controls-focused wind farm simulation software incorporating steady-state engineering wake models into a performance-focused Python framework. It has been in active development at NREL since 2013 and the latest -release is [FLORIS v3.1](https://github.com/NREL/floris/releases/latest) +release is [FLORIS v3.1.1](https://github.com/NREL/floris/releases/latest) in March 2022. The software is in active development and engagement with the development team @@ -76,11 +76,11 @@ and importing FLORIS: DATA ROOT = PosixPath('/Users/rmudafor/Development/floris') - VERSION = '3.1' + VERSION = '3.1.1' version_file = <_io.TextIOWrapper name='/Users/rmudafor/Development/fl... VERSION - 3.1 + 3.1.1 FILE ~/floris/floris/__init__.py diff --git a/docs/index.md b/docs/index.md index aa59d61b3..53f5ab851 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ permalink: / FLORIS is a controls-focused wind farm simulation software incorporating steady-state engineering wake models into a performance-focused Python framework. It has been in active development at NREL since 2013 and the latest -release is [FLORIS v3.1](https://github.com/NREL/floris/releases/latest) +release is [FLORIS v3.1.1](https://github.com/NREL/floris/releases/latest) in March 2022. The software is in active development and engagement with the development team @@ -85,11 +85,11 @@ and importing FLORIS: DATA ROOT = PosixPath('/Users/rmudafor/Development/floris') - VERSION = '3.1' + VERSION = '3.1.1' version_file = <_io.TextIOWrapper name='/Users/rmudafor/Development/fl... VERSION - 3.1 + 3.1.1 FILE ~/floris/floris/__init__.py diff --git a/floris/version.py b/floris/version.py index 8c50098d8..94ff29cc4 100644 --- a/floris/version.py +++ b/floris/version.py @@ -1 +1 @@ -3.1 +3.1.1