We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c695a3d commit 2daba91Copy full SHA for 2daba91
Cargo.toml
@@ -1,5 +1,5 @@
1
[workspace]
2
-package.version = "0.0.1-dev4"
+package.version = "0.0.1-dev5"
3
package.license = "Apache-2.0"
4
5
members = [
pyavd_utils/__init__.py
@@ -7,6 +7,6 @@
7
__author__ = "Arista Networks"
8
__copyright__ = "Copyright 2025 Arista Networks"
9
__license__ = "Apache 2.0"
10
-__version__ = "0.0.1.dev4"
+__version__ = "0.0.1.dev5"
11
12
__all__ = ["passwords", "validation"]
pyproject.toml
@@ -217,7 +217,7 @@ exclude_also = [
217
218
[tool.bumpversion]
219
220
-current_version = "0.0.1-dev4"
+current_version = "0.0.1-dev5"
221
222
allow_dirty = true
223
commit = false
0 commit comments