From a20767baa80bee0ccff31e68226105058b45f5af Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Thu, 30 Jan 2020 17:18:59 +0100 Subject: [PATCH] v0.9.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8183ed9..d18bf87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,8 @@ name = "sncf-cli" # https://github.com/python-poetry/poetry/issues/140 # => Support automatic versioning setuptools_scm-style? -version = "v0.8.7" -description = "Search SNCF journeys from the CLI." +version = "v0.9.0" +description = "Python API clients and a CLI for France's railways." authors = ["Yann Feunteun, Maxime Mouchet"] license = "MIT" readme = "README.md"