Skip to content

Commit

Permalink
Bump versions for next dev cycle. (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored May 11, 2024
1 parent 28d2da6 commit ffdf1ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vars:
G_WEBUI_NODEJS_BIN_DIR: "{{.G_WEBUI_NODEJS_BUILD_DIR}}/bin"

# Versions
G_PACKAGE_VERSION: "0.0.3-dev"
G_PACKAGE_VERSION: "0.2.0-dev"

tasks:
default:
Expand Down
2 changes: 1 addition & 1 deletion components/clp-package-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">= 3.8"

[tool.poetry]
name = "clp-package-utils"
version = "0.0.3-dev"
version = "0.2.0-dev"
description = "Utilities for the CLP package."
authors = ["YScope Inc. <dev@yscope.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion components/clp-py-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">= 3.8"

[tool.poetry]
name = "clp-py-utils"
version = "0.0.3-dev"
version = "0.2.0-dev"
description = "Utilities for other Python packages in CLP."
authors = ["YScope Inc. <dev@yscope.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion components/core/src/clp/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CLP_VERSION_HPP

namespace clp {
constexpr char cVersion[] = "0.0.3-dev";
constexpr char cVersion[] = "0.2.0-dev";
} // namespace clp

#endif // CLP_VERSION_HPP
2 changes: 1 addition & 1 deletion components/core/src/glt/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define GLT_VERSION_HPP

namespace glt {
constexpr char cVersion[] = "0.0.3-dev";
constexpr char cVersion[] = "0.2.0-dev";
} // namespace glt

#endif // GLT_VERSION_HPP
2 changes: 1 addition & 1 deletion components/job-orchestration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">= 3.8"

[tool.poetry]
name = "job-orchestration"
version = "0.0.3-dev"
version = "0.2.0-dev"
description = "Scheduler and worker cluster for CLP's distributed architecture."
authors = ["YScope Inc. <dev@yscope.com>"]
readme = "README.md"
Expand Down

0 comments on commit ffdf1ca

Please sign in to comment.