From e207a777dcb0c4e93078c994599c559472541a33 Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Wed, 24 Jan 2024 02:10:09 -0500 Subject: [PATCH] bump version 5.0.58 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0ce5455..753b278 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.57 +5.0.58 diff --git a/pyproject.toml b/pyproject.toml index f515e99..255ad9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "cloudmesh-common" -version = "5.0.57" +version = "5.0.58" description = "A set of useful APIs for cloudmesh" readme = "README.md" requires-python = ">=3.8"