Skip to content

Commit

Permalink
Merge pull request #107 from procesor2017/master
Browse files Browse the repository at this point in the history
v2.0.8
  • Loading branch information
janegermaier authored Oct 4, 2022
2 parents 0e3f9b7 + fc9f59b commit a43b0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "WatchUI"
version = "2.0.5"
version = "2.0.8"
description = "RobotFramework library package for automated visual testing."
readme = "README.md"
repository = "https://github.com/Tesena-smart-testing/WatchUI"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# setup for development purposes
# run with python setup.py develop
setup(name="WatchUI", version="2.0.1", packages=find_packages())
setup(name="WatchUI", version="2.0.8", packages=find_packages())

0 comments on commit a43b0bc

Please sign in to comment.