Skip to content

Commit 2daba91

Browse files
Bump: Pre-release v0.0.1-dev5 (#27)
1 parent c695a3d commit 2daba91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
package.version = "0.0.1-dev4"
2+
package.version = "0.0.1-dev5"
33
package.license = "Apache-2.0"
44

55
members = [

pyavd_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
__author__ = "Arista Networks"
88
__copyright__ = "Copyright 2025 Arista Networks"
99
__license__ = "Apache 2.0"
10-
__version__ = "0.0.1.dev4"
10+
__version__ = "0.0.1.dev5"
1111

1212
__all__ = ["passwords", "validation"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ exclude_also = [
217217

218218
[tool.bumpversion]
219219

220-
current_version = "0.0.1-dev4"
220+
current_version = "0.0.1-dev5"
221221

222222
allow_dirty = true
223223
commit = false

0 commit comments

Comments
 (0)