Skip to content

Commit

Permalink
[release] python 0.0.5 → 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sauce-visual-bot committed Apr 15, 2024
1 parent f86f3eb commit 3640403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5"
current_version = "0.0.6"
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.5"
version = "0.0.6"
description = "Python bindings for Sauce Labs Visual"
dependencies=[
"requests",
Expand Down

0 comments on commit 3640403

Please sign in to comment.