From 89f3ddb3658e6703bae3764ae320bda617f850fd Mon Sep 17 00:00:00 2001 From: Leon Lan Date: Fri, 21 Jun 2024 09:52:32 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc714d0e..2598be1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrplib" -version = "1.3.0" +version = "1.4.0" description = "Python library for reading and writing VRP instances." authors = ["Leon Lan "] license = "MIT"