From 2df1360a50d625f963bdd6ecbcea0457b4c62d32 Mon Sep 17 00:00:00 2001 From: yashaka Date: Wed, 15 Jun 2022 15:57:55 +0000 Subject: [PATCH] bump version up to 2.0.0b4 --- pyproject.toml | 2 +- selene/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88cdf21d..ba641c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "selene" -version = "2.0.0b3" +version = "2.0.0b4" description = "User-oriented browser tests in Python (Selenide port)" authors = ["Iakiv Kramarenko "] license = "MIT" diff --git a/selene/__init__.py b/selene/__init__.py index 511f905d..7c2bc648 100644 --- a/selene/__init__.py +++ b/selene/__init__.py @@ -220,7 +220,7 @@ # """ # todo: add here some type imports like Element, Collection, etc. -__version__ = '2.0.0b3' +__version__ = '2.0.0b4' # --- DEPRECATED, and will be removed soon --- #