Skip to content

Commit

Permalink
First beta release 2021.6.9b1
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Jun 8, 2021
1 parent 626a12f commit bdad7eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "selenium-testing-library"
version = "2021.6.6a2"
version = "2021.6.9b1"
description = "A Python Selenium library inspired by the Testing Library"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion selenium_testing_library/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .screen import *

__version__ = "2021.6.6a2"
__version__ = "2021.6.9b1"
2 changes: 1 addition & 1 deletion tests/test_selenium_testing_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


def test_version():
assert __version__ == "2021.6.6a2"
assert __version__ == "2021.6.9b1"


@pytest.fixture()
Expand Down

0 comments on commit bdad7eb

Please sign in to comment.