From fd0e599ef01dc9f1d426d2b4c99e2f6beb57fefd Mon Sep 17 00:00:00 2001 From: misi9170 Date: Wed, 18 Dec 2024 23:22:14 -0700 Subject: [PATCH] Update version to v4.2.2 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16fa26752..78d74ddaf 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 v4.2.1](https://github.com/NREL/floris/releases/latest). +release is [FLORIS v4.2.2](https://github.com/NREL/floris/releases/latest). Online documentation is available at https://nrel.github.io/floris. The software is in active development and engagement with the development team @@ -82,7 +82,7 @@ PACKAGE CONTENTS wind_data VERSION - 4.2.1 + 4.2.2 FILE ~/floris/floris/__init__.py diff --git a/pyproject.toml b/pyproject.toml index a90ef6012..c9117ec23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "floris" -version = "4.2.1" +version = "4.2.2" description = "A controls-oriented engineering wake model." readme = "README.md" requires-python = ">=3.8"