From 46470d2fe2dc87c27238c5a995099a6d25137a21 Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Wed, 28 Aug 2024 02:00:00 +0100 Subject: [PATCH] increment version patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9bb2dc..b3e287d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dg-clt" -version = "0.1.4" +version = "0.1.6" description = "The Dazed Gerbil's Command Line Tools" authors = ["Calum Andrew Morrell "] readme = "README.md"