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 --- #