From 49b9ab3b4798789ad8ed996780add8db0c7f6aee Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 14 Sep 2023 09:57:56 -0500 Subject: [PATCH] 0.23.9 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25e4d2eb..9f158f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" name = "idaes-ui" description = "IDAES PSE Platform UI" readme = "README.md" - version = "0.23.8" #Version format 0.YY.MM + version = "0.23.9" #Version format 0.YY.MM license = {text="BSD"} requires-python = ">=3.8" authors = [ @@ -101,4 +101,4 @@ markers = [ "component: between unit and integration test", "unit: test one small unit of functionality", "integration: test integrated functionality" -] \ No newline at end of file +]