Skip to content

Commit b5d9a0b

Browse files
committed
Version number bump to 0.6.0
1 parent c6cebb4 commit b5d9a0b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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

Browser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"
22

33
import re
44
import os

docs/Browser.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup_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",

0 commit comments

Comments
 (0)