Skip to content

Commit 250164a

Browse files
committed
Increment version number
1 parent 1844a7f commit 250164a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FLORIS is a controls-focused wind farm simulation software incorporating
44
steady-state engineering wake models into a performance-focused Python
55
framework. It has been in active development at NLR since 2013 and the latest
6-
release is [FLORIS v.4.6.3](https://github.com/NatLabRockies/floris/releases/latest).
6+
release is [FLORIS v.4.6.4](https://github.com/NatLabRockies/floris/releases/latest).
77
Online documentation is available at https://natlabrockies.github.io/floris.
88

99
The software is in active development and engagement with the development team
@@ -89,7 +89,7 @@ PACKAGE CONTENTS
8989
wind_data
9090

9191
VERSION
92-
4.6.3
92+
4.6.4
9393

9494
FILE
9595
~/floris/floris/__init__.py

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PACKAGE CONTENTS
9191
wind_data
9292

9393
VERSION
94-
4.6.3
94+
4.6.4
9595

9696
FILE
9797
~/floris/floris/__init__.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "floris"
7-
version = "4.6.3"
7+
version = "4.6.4"
88
description = "A controls-oriented engineering wake model."
99
readme = "README.md"
1010
requires-python = ">=3.10, <3.15"

0 commit comments

Comments
 (0)