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"
3
3
4
4
[tool .poetry ]
5
5
name = " clp-package-utils"
6
- version = " 0.4.0 -dev"
6
+ version = " 0.5.1 -dev"
7
7
description = " Utilities for the CLP package."
8
8
authors = [" YScope Inc. <dev@yscope.com>" ]
9
9
readme = " README.md"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires-python = ">= 3.9"
3
3
4
4
[tool .poetry ]
5
5
name = " clp-py-utils"
6
- version = " 0.4.0 -dev"
6
+ version = " 0.5.1 -dev"
7
7
description = " Utilities for other Python packages in CLP."
8
8
authors = [" YScope Inc. <dev@yscope.com>" ]
9
9
readme = " README.md"
Original file line number Diff line number Diff line change 2
2
#define CLP_VERSION_HPP
3
3
4
4
namespace clp {
5
- constexpr char cVersion[] = " 0.4.0 -dev" ;
5
+ constexpr char cVersion[] = " 0.5.1 -dev" ;
6
6
} // namespace clp
7
7
8
8
#endif // CLP_VERSION_HPP
Original file line number Diff line number Diff line change 2
2
#define GLT_VERSION_HPP
3
3
4
4
namespace glt {
5
- constexpr char cVersion[] = " 0.4.0 -dev" ;
5
+ constexpr char cVersion[] = " 0.5.1 -dev" ;
6
6
} // namespace glt
7
7
8
8
#endif // GLT_VERSION_HPP
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires-python = ">= 3.9"
3
3
4
4
[tool .poetry ]
5
5
name = " job-orchestration"
6
- version = " 0.4.0 -dev"
6
+ version = " 0.5.1 -dev"
7
7
description = " Scheduler and worker cluster for CLP's distributed architecture."
8
8
authors = [" YScope Inc. <dev@yscope.com>" ]
9
9
readme = " README.md"
Original file line number Diff line number Diff line change 29
29
G_UTILS_TASKFILE : " {{.ROOT_DIR}}/tools/yscope-dev-utils/exports/taskfiles/utils/utils.yaml"
30
30
31
31
# Versions
32
- G_PACKAGE_VERSION : " 0.4.0 -dev"
32
+ G_PACKAGE_VERSION : " 0.5.1 -dev"
33
33
34
34
# Build parameters
35
35
# 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