From 2ebfc96186e12c13eff162cc980cdae3c9efc266 Mon Sep 17 00:00:00 2001 From: anibalinn Date: Tue, 8 Oct 2024 17:16:20 -0300 Subject: [PATCH] Updating product version --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21e1ad4..95c913a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "behavex" -version = "4.0.7rc5" +version = "4.0.7" description = "Agile testing framework on top of Behave (BDD)." readme = "README.md" license = { text = "MIT" } diff --git a/setup.py b/setup.py index 2104712..8fefe39 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='behavex', - version='4.0.7rc5', + version='4.0.7', license="MIT", platforms=['any'], python_requires='>=3.5',