From a79d209546cd5c62d57a95d38372de5161924808 Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Mon, 29 Aug 2022 11:29:20 +0100 Subject: [PATCH] bumps minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0f4896a..3892b62a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '3.4.7' +version = '3.5.0' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.8, <3.11"