Skip to content

Commit e1241d9

Browse files
author
sauce-visual-bot
committed
[release] python 0.0.9 → 0.0.10
1 parent 2630f47 commit e1241d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

visual-python/.bumpversion.toml

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

visual-python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "saucelabs_visual"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
description = "Python bindings for Sauce Labs Visual"
55
dependencies=[
66
"requests",

0 commit comments

Comments
 (0)