diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 7c73631f..ee94ee3c 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "agent" readme = "../README.md" repository = "https://github.com/animo/agent-cli" -version = "0.1.0" +version = "0.2.0" [dependencies] async-trait = "0.1.51" diff --git a/automations/Cargo.toml b/automations/Cargo.toml index 10c7f73d..415f53cf 100644 --- a/automations/Cargo.toml +++ b/automations/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "automations" readme = "../README.md" repository = "https://github.com/animo/agent-cli" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cli/Cargo.toml b/cli/Cargo.toml index de79d033..0307089d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "cli" readme = "../README.md" repository = "https://github.com/animo/agent-cli" -version = "0.1.0" +version = "0.2.0" [[bin]] name = "agent-cli" diff --git a/cloudagent-python/Cargo.toml b/cloudagent-python/Cargo.toml index ebd3210e..2d625975 100644 --- a/cloudagent-python/Cargo.toml +++ b/cloudagent-python/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "cloudagent-python" readme = "README.md" repository = "https://github.com/animo/agent-cli" -version = "0.1.0" +version = "0.2.0" [dependencies] agent = { path = "../agent"}