From 8e3ef7aba3e9a73b38b3517bcf3b12f70e687b7e Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Thu, 4 Apr 2024 17:53:14 -0700 Subject: [PATCH] Bump version to 0.1.1 --- crates/bh_agent_client/Cargo.toml | 2 +- crates/bh_agent_common/Cargo.toml | 2 +- crates/bh_agent_server/Cargo.toml | 2 +- python/binharness/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/bh_agent_client/Cargo.toml b/crates/bh_agent_client/Cargo.toml index 7f7510d..ac1ef3d 100644 --- a/crates/bh_agent_client/Cargo.toml +++ b/crates/bh_agent_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bh_agent_client" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bh_agent_common/Cargo.toml b/crates/bh_agent_common/Cargo.toml index e65e3b4..43d76fc 100644 --- a/crates/bh_agent_common/Cargo.toml +++ b/crates/bh_agent_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bh_agent_common" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bh_agent_server/Cargo.toml b/crates/bh_agent_server/Cargo.toml index 6abf0a0..8485436 100644 --- a/crates/bh_agent_server/Cargo.toml +++ b/crates/bh_agent_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bh_agent_server" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/python/binharness/__init__.py b/python/binharness/__init__.py index 617d87b..f3ba9c9 100644 --- a/python/binharness/__init__.py +++ b/python/binharness/__init__.py @@ -2,7 +2,7 @@ from __future__ import annotations -__version__ = "0.1.0" +__version__ = "0.1.1" from binharness.agentenvironment import AgentConnection, AgentEnvironment from binharness.agentprovider import AgentProvider, DevEnvironmentAgentProvider