Skip to content

Commit

Permalink
Version number bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Jul 7, 2020
1 parent c6cebb4 commit b5d9a0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Robot Framework Browser
env:
VERSION: 0.5.0
VERSION: 0.6.0
run: |
pip install "artifacts/robotframework_browser-$VERSION-py3-none-any.whl"
pip install -U robotframework-pabot
Expand Down
2 changes: 1 addition & 1 deletion Browser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

import re
import os
Expand Down
2 changes: 1 addition & 1 deletion docs/Browser.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robotframework-playwright",
"version": "0.5.0",
"version": "0.6.0",
"main": "index.ts",
"author": "Mikko Korpela <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup_kwargs = {
"name": "robotframework-browser",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"long_description": long_description,
"long_description_content_type": "text/markdown",
Expand Down

0 comments on commit b5d9a0b

Please sign in to comment.