Skip to content

Commit b78d5bc

Browse files
committed
[py] bump version to 3.13.0 in setup.py
1 parent 07a1874 commit b78d5bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
setup_args = {
3030
'cmdclass': {'install': install},
3131
'name': 'selenium',
32-
'version': "3.12.0",
32+
'version': "3.13.0",
3333
'license': 'Apache 2.0',
3434
'description': 'Python bindings for Selenium',
3535
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),

0 commit comments

Comments
 (0)