File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ compile_pip_requirements(
4040 ],
4141)
4242
43- SE_VERSION = "4.20.0 "
43+ SE_VERSION = "4.21.0.dev202404242345 "
4444
4545BROWSER_VERSIONS = [
4646 "v85" ,
Original file line number Diff line number Diff line change 5656# built documents.
5757#
5858# The short X.Y version.
59- version = '4.20 '
59+ version = '4.21 '
6060# The full version, including alpha/beta/rc tags.
61- release = '4.20.0 '
61+ release = '4.21.0.dev202404242345 '
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 1616# under the License.
1717
1818
19- __version__ = "4.20.0 "
19+ __version__ = "4.21.0.dev202404242345 "
Original file line number Diff line number Diff line change 4444from .wpewebkit .service import Service as WPEWebKitService # noqa
4545from .wpewebkit .webdriver import WebDriver as WPEWebKit # noqa
4646
47- __version__ = "4.20.0 "
47+ __version__ = "4.21.0.dev202404242345 "
4848
4949# We need an explicit __all__ because the above won't otherwise be exported.
5050__all__ = [
Original file line number Diff line number Diff line change 2727setup_args = {
2828 'cmdclass' : {'install' : install },
2929 'name' : 'selenium' ,
30- 'version' : "4.20.0 " ,
30+ 'version' : "4.21.0.dev202404242345 " ,
3131 'license' : 'Apache 2.0' ,
3232 'description' : 'Python bindings for Selenium' ,
3333 'long_description' : open (join (abspath (dirname (__file__ )), "README.rst" )).read (),
You can’t perform that action at this time.
0 commit comments