From 7ae4944ff37c421c9191ef23c252b844ab3ad7b8 Mon Sep 17 00:00:00 2001 From: Leon Lan Date: Fri, 6 Oct 2023 11:26:49 +0200 Subject: [PATCH] Bump to v1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8954b53a..3498dbc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrplib" -version = "1.2.0" +version = "1.3.0" description = "Python library for working with vehicle routing problem instances." authors = ["Leon Lan "] license = "MIT"