We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f45af commit 5974fdbCopy full SHA for 5974fdb
3 files changed
VERSION
@@ -1 +1 @@
1
-5.0.62
+5.0.63
makefile.mk
@@ -106,7 +106,7 @@ local-force: welcome twine ## Install the package locally with force
106
patch: twine ## Build the package and upload it to testpypi
107
$(call banner, "patch")
108
pip install -r requirements-dev.txt
109
- bumpversion patch
+ #bumpversion patch
110
@VERSION=$$(cat VERSION); \
111
git commit -m "bump version ${VERSION}" .; git push
112
pip install -q build
pyproject.toml
@@ -8,7 +8,7 @@ requires = [
8
9
[project]
10
name = "cloudmesh-common"
11
-version = "5.0.62"
+version = "5.0.63"
12
description = "A set of useful APIs for cloudmesh"
13
readme = "README.md"
14
requires-python = ">=3.8"
0 commit comments