From 45273194f8405b0bdacb6bb11abee034df3a5a1f Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Wed, 12 Apr 2023 20:10:59 +0100 Subject: [PATCH] bumps version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05b98b5d..0a6f95b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '3.7.1' +version = '3.7.2' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.9, <3.11"