Skip to content

Commit

Permalink
[release] python 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sauce-visual-bot committed Apr 9, 2024
1 parent e49d5b2 commit 9503624
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.2"
current_version = "0.0.3"
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.2"
version = "0.0.3"
description = "Python bindings for Sauce Labs Visual"
dependencies=[
"aiohttp",
Expand Down

0 comments on commit 9503624

Please sign in to comment.