Skip to content

Commit ae2b927

Browse files
Bump: Pre-release v0.0.2-dev1 (#40)
1 parent 9988621 commit ae2b927

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"
2+
package.version = "0.0.2-dev1"
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"
10+
__version__ = "0.0.2.dev1"
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"
220+
current_version = "0.0.2-dev1"
221221

222222
allow_dirty = true
223223
commit = false

0 commit comments

Comments
 (0)