From 96a12b62bcc590ecca7b47abee6821bea1203413 Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Mon, 30 Nov 2020 12:01:33 -0500 Subject: [PATCH] chore(release): 1.0.2 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 398b3c9..89904f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" @@ -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"