Skip to content

Commit

Permalink
[release] python 0.0.10 → 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sauce-visual-bot committed May 16, 2024
1 parent 2bfad67 commit c5964b1
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.0.10"
current_version = "0.0.11"
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.0.10"
version = "0.0.11"
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 @@ -12,7 +12,7 @@
from saucelabs_visual.typing import IgnoreRegion, FullPageConfig, DiffingMethod, BuildStatus, \
DiffingOptions

PKG_VERSION = '0.0.10'
PKG_VERSION = '0.0.11'


class SauceLabsVisual:
Expand Down

0 comments on commit c5964b1

Please sign in to comment.