From 0ef0f259e71c139aaebe73598dc7b96cf2023a56 Mon Sep 17 00:00:00 2001 From: Matthew Henderson Date: Mon, 11 Mar 2024 15:06:38 +0000 Subject: [PATCH] Revise version number (v0.1.0 already on PyPi). --- NEWS.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c6279ca..9ee5cff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # listcolouring (development version) -# listcolouring (v0.1.0) +# listcolouring (v0.1.3) * Greedy list-edge colouring. * First permissible or none strategy. diff --git a/pyproject.toml b/pyproject.toml index 2833687..b246866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "listcolouring" -version = "0.1.2" +version = "0.1.3" description = "List colouring in Python with NetworkX." authors = ["Matthew Henderson "] license = "MIT"