Skip to content

Commit 359b4ff

Browse files
author
sauce-visual-bot
committed
[release] python 0.5.0 → 0.6.0
1 parent 629efd8 commit 359b4ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

visual-python/.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.5.0"
2+
current_version = "0.6.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

visual-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "saucelabs_visual"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Python bindings for Sauce Labs Visual"
55
dependencies=[
66
"requests",

visual-python/src/saucelabs_visual/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
DiffingOptions, IgnoreElementRegion, BuildMode, BaselineOverride, DiffingMethodSensitivity, \
1616
DiffingMethodTolerance
1717

18-
PKG_VERSION = '0.5.0'
18+
PKG_VERSION = '0.6.0'
1919

2020

2121
class SauceLabsVisual:

0 commit comments

Comments
 (0)