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"