From 2306da484e42974a575dd840e9aa302ffefe9637 Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Mon, 25 Jul 2022 09:50:06 +0100 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4ee5e27..1657b18f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '3.4.0' +version = '3.4.1' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.8, <3.11"