From 7f365b98143f9b6eb0acab401e56a35ff9511e76 Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Thu, 2 Jan 2020 13:12:42 +0100 Subject: [PATCH] v0.8.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d92d370..ec7c5c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "sncf-cli" # https://github.com/python-poetry/poetry/issues/140 # => Support automatic versioning setuptools_scm-style? -version = "0.8.4" +version = "0.8.5" description = "Search SNCF journeys from the CLI." authors = ["Yann Feunteun, Maxime Mouchet"] license = "MIT"