From 6bb607fcc8ac80ce6878acd428a9b8f305ab5edf Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Sat, 16 Dec 2023 01:12:00 -0500 Subject: [PATCH] bump version 5.0.20 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f3eb74e..be51f9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.19 +5.0.20 diff --git a/pyproject.toml b/pyproject.toml index 188cbb0..34d859e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "cloudmesh-common" -version = "5.0.19" +version = "5.0.20" description = "A set of useful APIs for cloudmesh" readme = "README.md" requires-python = ">=3.12"