From 02cfd945dd49a617fbc385ffc4017b6d4f26b345 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Fri, 22 Nov 2024 05:29:18 -0700 Subject: [PATCH] prep for next release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6c06194a..01a395908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "weis" -version = "1.3" +version = "1.4" description = 'Wind Energy with Integrated Servo-control' readme = "README.md" requires-python = ">=3.9"