From 4c633cec3db3d12788fe4e6f6360c6add14c8f5d Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Wed, 30 Sep 2020 12:20:21 +0200 Subject: [PATCH] Finalize release 0.2.0 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac69362..799030d 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ and `poetry install --extras research` The `--extras` option is necessary as the non-develop dependencies -are structured in the [pyproject.toml](https://github.com/webartifex/urban-meal-delivery/blob/develop/pyproject.toml) file +are structured in the [pyproject.toml](https://github.com/webartifex/urban-meal-delivery/blob/main/pyproject.toml) file into dependencies related to only the `urban-meal-delivery` source code package and dependencies used to run the [Jupyter](https://jupyter.org/) environment with the analyses. Contributions are welcome. Use the [issues](https://github.com/webartifex/urban-meal-delivery/issues) tab. -The project is licensed under the [MIT license](https://github.com/webartifex/urban-meal-delivery/blob/develop/LICENSE.txt). +The project is licensed under the [MIT license](https://github.com/webartifex/urban-meal-delivery/blob/main/LICENSE.txt). diff --git a/pyproject.toml b/pyproject.toml index 9b5b456..0fa45fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ target-version = ["py38"] [tool.poetry] name = "urban-meal-delivery" -version = "0.2.0.dev0" +version = "0.2.0" authors = ["Alexander Hess "] description = "Optimizing an urban meal delivery platform"