From 7fbd3796903d079aab09c3fc1a4c00ee13150e3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Nov 2024 18:52:07 +0000 Subject: [PATCH] :arrow_up: Bumping version from 0.0.15 to 0.0.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c0c405..bde01c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-git-branch-plugin" -version = "0.0.15" +version = "0.0.16" description = "A poetry plugin to store the current git branch into environment variable when poetry runs any command." authors = ["Dribia Code "] maintainers = ["Dribia Code "]