From 83813dbefac7004327c891f4d39a9bc2247fc5e1 Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Mon, 8 Aug 2022 21:19:54 +0100 Subject: [PATCH] version bump --- cityseer/config.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cityseer/config.py b/cityseer/config.py index 07b04c7a..1044e3a6 100644 --- a/cityseer/config.py +++ b/cityseer/config.py @@ -4,7 +4,6 @@ import numpy as np - np.seterr(invalid="ignore") diff --git a/pyproject.toml b/pyproject.toml index 27eb7425..7277417a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '3.4.4' +version = '3.4.5' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.8, <3.11"