From f9491fc7d750243d08982cc27f123c58f836f237 Mon Sep 17 00:00:00 2001 From: "J.P" <70083705+stapmoshun@users.noreply.github.com> Date: Sat, 24 Feb 2024 21:09:25 -0500 Subject: [PATCH] bump version 5.0.60 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index bdb6d6b..3c3ecbd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.59 +5.0.60 diff --git a/pyproject.toml b/pyproject.toml index 83cb47b..cc5d406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "cloudmesh-common" -version = "5.0.59" +version = "5.0.60" description = "A set of useful APIs for cloudmesh" readme = "README.md" requires-python = ">=3.8"