Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Dec 24, 2019
1 parent 5745655 commit 28f80f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1"
version = "0.8.2"
description = "Search SNCF journeys from the CLI."
authors = ["Yann Feunteun, Maxime Mouchet"]
license = "MIT"
Expand Down Expand Up @@ -36,10 +36,10 @@ pandas = ">=0.24"
requests = "^2.20"

[tool.poetry.dev-dependencies]
black = {version = "^18.3-alpha.0", allow-prereleases = true}
black = {version = "^19.10b0", allow-prereleases = true}
coverage = "^4.5"
coveralls = "^1.9"
mypy = "^0.750.0"
mypy = "^0.761.0"
# https://github.com/PyCQA/pylint/issues/617
pylint = { git = "https://github.com/PyCQA/pylint.git", branch = "master" }
pytest = "^5.3"
Expand Down

0 comments on commit 28f80f6

Please sign in to comment.