Skip to content

Commit 5974fdb

Browse files
committed
bump version 5.0.63
1 parent 14f45af commit 5974fdb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.62
1+
5.0.63

makefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ local-force: welcome twine ## Install the package locally with force
106106
patch: twine ## Build the package and upload it to testpypi
107107
$(call banner, "patch")
108108
pip install -r requirements-dev.txt
109-
bumpversion patch
109+
#bumpversion patch
110110
@VERSION=$$(cat VERSION); \
111111
git commit -m "bump version ${VERSION}" .; git push
112112
pip install -q build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88

99
[project]
1010
name = "cloudmesh-common"
11-
version = "5.0.62"
11+
version = "5.0.63"
1212
description = "A set of useful APIs for cloudmesh"
1313
readme = "README.md"
1414
requires-python = ">=3.8"

0 commit comments

Comments
 (0)