Skip to content

Commit 1a8c255

Browse files
author
sauce-visual-bot
committed
[release] python 0.0.4 → 0.0.5
1 parent 008f9ca commit 1a8c255

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.4"
2+
current_version = "0.0.5"
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.4"
3+
version = "0.0.5"
44
description = "Python bindings for Sauce Labs Visual"
55
dependencies=[
66
"aiohttp",

0 commit comments

Comments
 (0)