Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Dec 23, 2019
1 parent d80f762 commit 9409622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "sncf-cli"
# https://github.com/python-poetry/poetry/issues/140
version = "0.8.0"
version = "0.8.1"
description = "Search SNCF journeys from the CLI."
authors = ["Yann Feunteun, Maxime Mouchet"]
license = "MIT"
Expand Down Expand Up @@ -59,4 +59,4 @@ build-backend = "poetry.masonry.api"
[mypy]
disallow_untyped_calls = true
disallow_untyped_defs = true
disallow_incomplete_defs = true
disallow_incomplete_defs = true

0 comments on commit 9409622

Please sign in to comment.