Skip to content

Commit

Permalink
Updateverstion to: 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Nov 9, 2020
1 parent b0077ca commit 74e7b13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Browser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.1.0"
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": "2.0.0",
"version": "2.1.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 @@ -16,7 +16,7 @@

setup_kwargs = {
"name": "robotframework-browser",
"version": "2.0.0",
"version": "2.1.0",
"description": "Robot Framework Browser library powered by Playwright. Aiming for speed, reliability and visibility.",
"long_description": long_description,
"long_description_content_type": "text/markdown",
Expand Down

0 comments on commit 74e7b13

Please sign in to comment.