There was an error while loading. Please reload this page.
1 parent 07a1874 commit b78d5bcCopy full SHA for b78d5bc
1 file changed
py/setup.py
@@ -29,7 +29,7 @@
29
setup_args = {
30
'cmdclass': {'install': install},
31
'name': 'selenium',
32
- 'version': "3.12.0",
+ 'version': "3.13.0",
33
'license': 'Apache 2.0',
34
'description': 'Python bindings for Selenium',
35
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
0 commit comments