From 91e9623bbc4619735e53fa394839f3b88874fc41 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:01:16 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb42f6c..6e7d8db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-bdd" -version = "6.1.0" +version = "6.1.1" description = "BDD for pytest" authors = ["Oleg Pidsadnyi ", "Anatoly Bubenkov "] maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]