From 73c3155f56a5f962110d6444dd0e7522407bf8af Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Tue, 4 Feb 2020 23:26:33 +0100 Subject: [PATCH] v0.9.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a644936..77c9abc 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.0" +version = "v0.9.1" description = "Python API clients and a CLI for France's railways." authors = ["Yann Feunteun, Maxime Mouchet"] license = "MIT" @@ -11,7 +11,7 @@ packages = [ { include = "locomotive" } ] repository = "https://github.com/maxmouchet/locomotive" -homepage = "https://github.com/maxmouchet/locomotive" +documentation = "https://maxmouchet.github.io/locomotive/" classifiers=[ "Environment :: Console", "License :: OSI Approved :: MIT License",