Skip to content

Commit a0c338c

Browse files
chore: Bump version to 0.5.2-dev for next development cycle. (#1324)
1 parent ddfcc5f commit a0c338c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

components/clp-package-utils/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires-python = ">= 3.9"
33

44
[tool.poetry]
55
name = "clp-package-utils"
6-
version = "0.5.1-dev"
6+
version = "0.5.2-dev"
77
description = "Utilities for the CLP package."
88
authors = ["YScope Inc. <[email protected]>"]
99
readme = "README.md"

components/clp-py-utils/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires-python = ">= 3.9"
33

44
[tool.poetry]
55
name = "clp-py-utils"
6-
version = "0.5.1-dev"
6+
version = "0.5.2-dev"
77
description = "Utilities for other Python packages in CLP."
88
authors = ["YScope Inc. <[email protected]>"]
99
readme = "README.md"

components/core/src/clp/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define CLP_VERSION_HPP
33

44
namespace clp {
5-
constexpr char cVersion[] = "0.5.1-dev";
5+
constexpr char cVersion[] = "0.5.2-dev";
66
} // namespace clp
77

88
#endif // CLP_VERSION_HPP

components/core/src/glt/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define GLT_VERSION_HPP
33

44
namespace glt {
5-
constexpr char cVersion[] = "0.5.1-dev";
5+
constexpr char cVersion[] = "0.5.2-dev";
66
} // namespace glt
77

88
#endif // GLT_VERSION_HPP

components/job-orchestration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires-python = ">= 3.9"
33

44
[tool.poetry]
55
name = "job-orchestration"
6-
version = "0.5.1-dev"
6+
version = "0.5.2-dev"
77
description = "Scheduler and worker cluster for CLP's distributed architecture."
88
authors = ["YScope Inc. <[email protected]>"]
99
readme = "README.md"

taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ vars:
3232
G_UTILS_TASKFILE: "{{.ROOT_DIR}}/tools/yscope-dev-utils/exports/taskfiles/utils/utils.yaml"
3333

3434
# Versions
35-
G_PACKAGE_VERSION: "0.5.1-dev"
35+
G_PACKAGE_VERSION: "0.5.2-dev"
3636

3737
# Build parameters
3838
# NOTE: Defaulting to an empty string is safe since CMake ignores an empty string.

0 commit comments

Comments
 (0)