diff --git a/NEWS.md b/NEWS.md index cba3267..e55e9c9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # vizing (development version) +# vizing (v0.2.0) + +* Starting again again. +* Constraint models of node, edge and total list-colouring using python-constraint. +* Node, edge and total list-colouring functions (input is graph with list-assignment, output is coloured graph). + # vizing (v0.1.1) * Starting again. diff --git a/pyproject.toml b/pyproject.toml index 062c8de..27e475e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vizing" -version = "0.1.0.9002" +version = "0.2.0" description = "Constraint-based list-colouring in Python." authors = ["Matthew Henderson "] readme = "README.md"