File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 5.0.63
1+ 5.0.64
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ local-force: welcome twine ## Install the package locally with force
106106patch : 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ requires = [
88
99[project ]
1010name = " cloudmesh-common"
11- version = " 5.0.63 "
11+ version = " 5.0.64 "
1212description = " A set of useful APIs for cloudmesh"
1313readme = " README.md"
1414requires-python = " >=3.8"
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.0.8
2+ current_version = 5.0.64
33
44[bdist_wheel]
55universal = 1
You can’t perform that action at this time.
0 commit comments