From 67d37250dd67b118e311ad9a6cdd159e7e242845 Mon Sep 17 00:00:00 2001 From: Niels Wouda Date: Fri, 23 Jun 2023 16:15:40 +0200 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 756275db..d73b9688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alns" -version = "5.2.0" +version = "5.3.0" description = "A flexible implementation of the adaptive large neighbourhood search (ALNS) algorithm." authors = ["Niels Wouda "] license = "MIT"