From a735a5c2ebd1957790de8597966b8a6dd6a0e822 Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Wed, 20 May 2020 23:48:48 +0200 Subject: [PATCH] v0.9.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37c15ae..f74f816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "locomotive" # https://github.com/python-poetry/poetry/issues/140 # => Support automatic versioning setuptools_scm-style? -version = "v0.9.2" +version = "v0.9.3" description = "Python API clients and a CLI for France's railways." authors = ["Yann Feunteun, Maxime Mouchet"] license = "MIT"