From 3dd59fc49bc28180ca532a0f55a21e7c233cbaa2 Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Sat, 14 Mar 2020 17:33:25 +0100 Subject: [PATCH] v0.9.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 869124d..e925a18 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 = "v0.9.1" +version = "v0.9.2" description = "Python API clients and a CLI for France's railways." authors = ["Yann Feunteun, Maxime Mouchet"] license = "MIT"