From d2d251ffac0ed6efe1aee99525ce1913340b8dc8 Mon Sep 17 00:00:00 2001 From: songololo Date: Fri, 17 Jun 2022 08:40:31 +0200 Subject: [PATCH] releases v2 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7bfc704..2bd29ae9 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ A `Python` package for pedestrian-scale network-based urban analysis: network an [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -Documentation: +Documentation for `v2+`: -> Please see correspondingly tagged versions in this repo for historic releases. +> `cityseer` code is documented using docstrings: historically tagged releases can be browsed on this repo for associated docs. See [v1.2.1](https://github.com/benchmark-urbanism/cityseer-api/tree/v1.2.1) if looking for `v1`. Demo Notebooks: diff --git a/pyproject.toml b/pyproject.toml index 85c39c0e..6d81d765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '2.0.0b8' +version = '2.0.0' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.8, <3.11"