Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Nov 30, 2020
1 parent d1b742d commit 96a12b6
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,6 +1,6 @@
[tool.poetry]
name = "decoy"
version = "1.0.1"
version = "1.0.2"
description = "Opinionated, typed stubbing and verification library for Python"
authors = ["Mike Cousins <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -34,9 +34,9 @@ pytest = "^6.1.2"
pytest-asyncio = "^0.14.0"
pytest-xdist = "^2.1.0"

[tool.pytest.ini_options]
addopts = "--color=yes"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

[tool.pytest.ini_options]
addopts = "--color=yes"

0 comments on commit 96a12b6

Please sign in to comment.