Skip to content

Commit

Permalink
[py] adding post1 to the setup file due to a build mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed May 28, 2020
1 parent 5f43a29 commit 5816be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'selenium',
'version': "4.0.0a6",
'version': "4.0.0a6post1",
'license': 'Apache 2.0',
'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
Expand Down

0 comments on commit 5816be6

Please sign in to comment.