From c99e7fe341b1a0f4b365fbb296251f37d58a013a Mon Sep 17 00:00:00 2001 From: Andrew Schweitzer Date: Fri, 27 Oct 2023 11:12:40 -0400 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f0b8762..8e445524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gridworks-protocol" -version = "0.5.8.dev1" +version = "0.6.0" description = "Gridworks Protocol" authors = ["Jessica Millar "] license = "MIT"