From f4b2d8135a8067ea5b254f49aba5d9c0b1d4851a Mon Sep 17 00:00:00 2001 From: Hirokuni Kitahara Date: Thu, 10 Oct 2024 15:38:26 +0900 Subject: [PATCH] prep for 0.2.9 release (#260) Signed-off-by: hirokuni-kitahara --- ansible_risk_insight/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_risk_insight/_version.py b/ansible_risk_insight/_version.py index 4bd6285e..3f00eb39 100644 --- a/ansible_risk_insight/_version.py +++ b/ansible_risk_insight/_version.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.8" +__version__ = "0.2.9"