From 19f8e33c7390e6faca2f860d4ca61dec3df797eb Mon Sep 17 00:00:00 2001 From: Kostiantyn Goloveshko Date: Mon, 26 Jun 2023 12:49:03 +0300 Subject: [PATCH] Up version to 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 777132dc..b2220ee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ maintainers = [ ] license = {file = "LICENSE.txt"} urls = {Repository ="https://github.com/elchupanebrej/pytest-bdd-ng"} -version = "1.2.3" +version = "2.0.0" classifiers = [ "Development Status :: 4 - Beta", "Framework :: Pytest",