From 4330736c4d6f2266870c3ec1014928acbad5f2ee Mon Sep 17 00:00:00 2001 From: Matthew Henderson Date: Fri, 15 Nov 2024 09:52:21 +0000 Subject: [PATCH] Bump development version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff30565..62ce504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "listcolouring" -version = "0.1.3" +version = "0.1.3.9000" description = "List colouring in Python with NetworkX." authors = ["Matthew Henderson "] license = "MIT"