From 413a11edf5acf497a91b19b288bd6e6c06e48dd8 Mon Sep 17 00:00:00 2001 From: anibalinn Date: Mon, 20 Jan 2025 10:53:25 -0300 Subject: [PATCH] Creating release candidate --- .github/workflows/python-package.yml | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index dae22f5..7b79936 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -32,7 +32,7 @@ jobs: run: | python -m pip install --upgrade pip python setup.py sdist - pip install dist/behavex-4.1.0.tar.gz + pip install dist/behavex-4.1.0rc1.tar.gz - name: Verify behavex command diff --git a/pyproject.toml b/pyproject.toml index 1a84c15..482f706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "behavex" -version = "4.1.0" +version = "4.1.0rc1" description = "Agile testing framework on top of Behave (BDD)." readme = "README.md" license = { text = "MIT" } diff --git a/setup.py b/setup.py index f065000..ac4cf0e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='behavex', - version='4.1.0', + version='4.1.0rc1', license="MIT", platforms=['any'], python_requires='>=3.5',