diff --git a/pyproject.toml b/pyproject.toml index df420e06..0d19205f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alns" -version = "5.0.2" +version = "5.0.4" description = "A flexible implementation of the adaptive large neighbourhood search (ALNS) algorithm." authors = ["Niels Wouda "] license = "MIT"