File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires-python = ">= 3.9"
33
44[tool .poetry ]
55name = " clp-package-utils"
6- version = " 0.4.0 -dev"
6+ version = " 0.5.1 -dev"
77description = " Utilities for the CLP package."
88authors = [" YScope Inc. <dev@yscope.com>" ]
99readme = " README.md"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires-python = ">= 3.9"
33
44[tool .poetry ]
55name = " clp-py-utils"
6- version = " 0.4.0 -dev"
6+ version = " 0.5.1 -dev"
77description = " Utilities for other Python packages in CLP."
88authors = [" YScope Inc. <dev@yscope.com>" ]
99readme = " README.md"
Original file line number Diff line number Diff line change 22#define CLP_VERSION_HPP
33
44namespace clp {
5- constexpr char cVersion[] = " 0.4.0 -dev" ;
5+ constexpr char cVersion[] = " 0.5.1 -dev" ;
66} // namespace clp
77
88#endif // CLP_VERSION_HPP
Original file line number Diff line number Diff line change 22#define GLT_VERSION_HPP
33
44namespace glt {
5- constexpr char cVersion[] = " 0.4.0 -dev" ;
5+ constexpr char cVersion[] = " 0.5.1 -dev" ;
66} // namespace glt
77
88#endif // GLT_VERSION_HPP
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires-python = ">= 3.9"
33
44[tool .poetry ]
55name = " job-orchestration"
6- version = " 0.4.0 -dev"
6+ version = " 0.5.1 -dev"
77description = " Scheduler and worker cluster for CLP's distributed architecture."
88authors = [" YScope Inc. <dev@yscope.com>" ]
99readme = " README.md"
Original file line number Diff line number Diff line change 2929 G_UTILS_TASKFILE : " {{.ROOT_DIR}}/tools/yscope-dev-utils/exports/taskfiles/utils/utils.yaml"
3030
3131 # Versions
32- G_PACKAGE_VERSION : " 0.4.0 -dev"
32+ G_PACKAGE_VERSION : " 0.5.1 -dev"
3333
3434 # Build parameters
3535 # NOTE: Defaulting to an empty string is safe since CMake ignores an empty string.
@@ -551,7 +551,7 @@ tasks:
551551 requires :
552552 vars : ["COMPONENT"]
553553 sources :
554- - " {{.G_BUILD_DIR}}/{{.COMPONENT}}_venv .md5"
554+ - " {{.G_BUILD_DIR}}/{{.COMPONENT}}-venv .md5"
555555 - " {{.PACKAGE}}/**/*"
556556 - " {{.ROOT_DIR}}/requirements.txt"
557557 - " {{.TASKFILE}}"
You can’t perform that action at this time.
0 commit comments