From e23c77d03582293dc3120f21f72224d2076705a4 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 21 Oct 2021 15:09:33 -0700 Subject: [PATCH] poetry: bump version to 0.1.3 Signed-off-by: Kevin Morris --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22f8121..606ae5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trackbranch" -version = "0.1.2" +version = "0.1.3" description = "Maintain branch collection profiles for Git repositories" authors = ["Kevin Morris "] maintainers = ["Kevin Morris "]