File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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.2 .0-dev"
6+ version = " 0.4 .0-dev"
77description = " Utilities for the CLP package."
88authors = [
" YScope Inc. <[email protected] >" ]
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.2 .0-dev"
6+ version = " 0.4 .0-dev"
77description = " Utilities for other Python packages in CLP."
88authors = [
" YScope Inc. <[email protected] >" ]
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.2 .0-dev" ;
5+ constexpr char cVersion[] = " 0.4 .0-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.2 .0-dev" ;
5+ constexpr char cVersion[] = " 0.4 .0-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.2 .0-dev"
6+ version = " 0.4 .0-dev"
77description = " Scheduler and worker cluster for CLP's distributed architecture."
88authors = [
" YScope Inc. <[email protected] >" ]
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.2 .0-dev"
32+ G_PACKAGE_VERSION : " 0.4 .0-dev"
3333
3434 # Build parameters
3535 # NOTE: Defaulting to an empty string is safe since CMake ignores an empty string.
You can’t perform that action at this time.
0 commit comments