From cf97b64864c6fb8a32cd546ba39a1f834f6f2eab Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Tue, 26 Dec 2023 11:59:06 -0500 Subject: [PATCH] bump version 5.0.46 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 53264bf..52d8cda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.45 +5.0.46 diff --git a/pyproject.toml b/pyproject.toml index 0918a6c..9f6e8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "cloudmesh-common" -version = "5.0.45" +version = "5.0.46" description = "A set of useful APIs for cloudmesh" readme = "README.md" requires-python = ">=3.8"