From 89c678afd573bbe4dcad81bc532fa76a13df93fa Mon Sep 17 00:00:00 2001 From: RHammond2 <13874373+RHammond2@users.noreply.github.com> Date: Tue, 7 May 2024 16:06:12 -0700 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- waves/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b61bb..396b273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Unreleased +## 0.5.3 (7 May 2024) - A bug was fixed where the array system installation costs were nearly doubled when compared to a direct ORBIT run. This was the result of a duplicated design result when calling both diff --git a/waves/__init__.py b/waves/__init__.py index 1747e9c..724a9b0 100644 --- a/waves/__init__.py +++ b/waves/__init__.py @@ -3,4 +3,4 @@ from waves.project import Project -__version__ = "0.5.2" +__version__ = "0.5.3"