Skip to content

Commit 8f8f541

Browse files
committed
fix versioning
1 parent 5974fdb commit 8f8f541

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

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

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.63"
11+
version = "5.0.64"
1212
description = "A set of useful APIs for cloudmesh"
1313
readme = "README.md"
1414
requires-python = ">=3.8"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.8
2+
current_version = 5.0.64
33

44
[bdist_wheel]
55
universal = 1

0 commit comments

Comments
 (0)