From c3dfc412f59522b309981a1ee92dd80373259339 Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Tue, 15 Aug 2023 22:18:01 +0100 Subject: [PATCH] Releases v4.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3bad10f..f6d1c23f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '4.0.0b12' +version = '4.0.0' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.10, <3.12"