From e9e7b20d5489d4acfde93b1635d2eed4cfc0a675 Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Sun, 17 Dec 2023 11:07:18 -0500 Subject: [PATCH] bump version 5.0.26 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4df1dbf..ff82fc2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.25 +5.0.26 diff --git a/pyproject.toml b/pyproject.toml index 21a99f8..f1b0096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "cloudmesh-common" -version = "5.0.25" +version = "5.0.26" description = "A set of useful APIs for cloudmesh" readme = "README.md" requires-python = ">=3.8"