From 88e077fccb2483b3d4b389a15e74f61dd284a9e7 Mon Sep 17 00:00:00 2001 From: Tom Body <116750897+tbody-cfs@users.noreply.github.com> Date: Fri, 17 May 2024 15:40:14 +0200 Subject: [PATCH] Release version 5.0.0 (#55) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e4c8f0a..81897cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ target-version = ['py39', 'py310', 'py311'] [tool.poetry] name = "cfspopcon" -version = "5.0.0.dev" +version = "5.0.0" description = "Empirically-derived scoping of tokamak operational space." authors = ["Commonwealth Fusion Systems"] readme = "README.md"