Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Jul 14, 2020
1 parent e863192 commit 23211fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Robot Framework Browser
env:
VERSION: 0.7.0
VERSION: 0.7.1
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/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.7.0"
VERSION = "0.7.1"
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.7.0",
"version": "0.7.1",
"main": "index.ts",
"author": "Mikko Korpela <mikko.korpela@gmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 23211fa

Please sign in to comment.