From f61edf6af30d7d6cab6dc46282fa0684f9d1b379 Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Sun, 15 Oct 2023 11:30:55 +0100 Subject: [PATCH] version bump --- docs/src/pages/tools/io.md | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/pages/tools/io.md b/docs/src/pages/tools/io.md index 5478c13b..0083027f 100644 --- a/docs/src/pages/tools/io.md +++ b/docs/src/pages/tools/io.md @@ -704,8 +704,6 @@ out qt;
target_bbox - : - tuple[float] | None = None
)->[ MultiGraph diff --git a/pyproject.toml b/pyproject.toml index 023e3e5d..2c66d757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '4.2.0b6' +version = '4.2.0' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.10, <3.12"