File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9595 python-version : ${{ matrix.python-version }}
9696 - name : Install Robot Framework Browser
9797 env :
98- VERSION : 0.5 .0
98+ VERSION : 0.6 .0
9999 run : |
100100 pip install "artifacts/robotframework_browser-$VERSION-py3-none-any.whl"
101101 pip install -U robotframework-pabot
Original file line number Diff line number Diff line change 1- __version__ = "0.5 .0"
1+ __version__ = "0.6 .0"
22
33import re
44import os
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "name" : " robotframework-playwright" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 0.6 .0" ,
44 "main" : " index.ts" ,
55 "author" : " Mikko Korpela <mikko.korpela@gmail.com>" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1212
1313setup_kwargs = {
1414 "name" : "robotframework-browser" ,
15- "version" : "0.5 .0" ,
15+ "version" : "0.6 .0" ,
1616 "description" : "" ,
1717 "long_description" : long_description ,
1818 "long_description_content_type" : "text/markdown" ,
You can’t perform that action at this time.
0 commit comments