Skip to content

Commit 535f90f

Browse files
committed
Bump version
1 parent e2da82d commit 535f90f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "selenium-requests"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Extends Selenium WebDriver classes to include the request function from the Requests library, while doing all the needed cookie and request headers handling."
55
license = "MIT"
66
authors = ["Chris Braun <[email protected]>"]

seleniumrequests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.3"
1+
__version__ = "2.0.4"
22

33
from selenium.webdriver import Chrome as _Chrome
44
from selenium.webdriver import ChromiumEdge as _ChromiumEdge

0 commit comments

Comments
 (0)