From f6b94950bb08eb823e319a48d0a15d01f98462e9 Mon Sep 17 00:00:00 2001 From: misi9170 Date: Wed, 27 Nov 2024 10:34:05 -0700 Subject: [PATCH] Update version to v4.2.1 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91df13982..16fa26752 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.1.1](https://github.com/NREL/floris/releases/latest). +release is [FLORIS v4.2.1](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 + 4.2.1 FILE ~/floris/floris/__init__.py diff --git a/pyproject.toml b/pyproject.toml index dea224866..a90ef6012 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "floris" -version = "4.2" +version = "4.2.1" description = "A controls-oriented engineering wake model." readme = "README.md" requires-python = ">=3.8"