Skip to content

Commit 42c7361

Browse files
committed
Bump version 🎉
1 parent ab4c96a commit 42c7361

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "selenium-testing-library"
3-
version = "2021.6.9b1"
3+
version = "2021.6.15b1"
44
description = "A Python Selenium library inspired by the Testing Library"
55
readme = "README.md"
66
license = "MIT"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .screen import *
22

3-
__version__ = "2021.6.9b1"
3+
__version__ = "2021.6.15b1"

tests/test_selenium_testing_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
def test_version():
17-
assert __version__ == "2021.6.9b1"
17+
assert __version__ == "2021.6.15b1"
1818

1919

2020
@pytest.fixture()

0 commit comments

Comments
 (0)