Skip to content

Commit

Permalink
[release] python 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sauce-visual-bot committed Sep 30, 2024
1 parent 6d85334 commit 6f882f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion visual-python/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.2.0"
current_version = "0.2.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion visual-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "saucelabs_visual"
version = "0.2.0"
version = "0.2.1"
description = "Python bindings for Sauce Labs Visual"
dependencies=[
"requests",
Expand Down
2 changes: 1 addition & 1 deletion visual-python/src/saucelabs_visual/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from saucelabs_visual.typing import IgnoreRegion, FullPageConfig, DiffingMethod, BuildStatus, \
DiffingOptions, IgnoreElementRegion, BuildMode, BaselineOverride

PKG_VERSION = '0.2.0'
PKG_VERSION = '0.2.1'


class SauceLabsVisual:
Expand Down

0 comments on commit 6f882f1

Please sign in to comment.