diff --git a/ansible_collections/arista/avd/galaxy.yml b/ansible_collections/arista/avd/galaxy.yml index 1e793365b7a..baa83141ff2 100644 --- a/ansible_collections/arista/avd/galaxy.yml +++ b/ansible_collections/arista/avd/galaxy.yml @@ -9,7 +9,7 @@ namespace: arista name: avd # The version of the collection. Must be compatible with semantic versioning -version: 5.1.0-dev0 +version: 5.1.0-dev1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/ansible_collections/arista/avd/requirements.txt b/ansible_collections/arista/avd/requirements.txt index 429e83b9dde..31696d23d6d 100644 --- a/ansible_collections/arista/avd/requirements.txt +++ b/ansible_collections/arista/avd/requirements.txt @@ -1,3 +1,3 @@ # PyAVD must follow the exact same version as the Ansible collection. # For development this should be installed as an editable install as specified in requirement-dev.txt -pyavd[ansible-collection]==5.1.0.dev0 +pyavd[ansible-collection]==5.1.0.dev1 diff --git a/python-avd/pyavd/__init__.py b/python-avd/pyavd/__init__.py index e2cf494b9d2..06efeff6b22 100644 --- a/python-avd/pyavd/__init__.py +++ b/python-avd/pyavd/__init__.py @@ -18,7 +18,7 @@ __author__ = "Arista Networks" __copyright__ = "Copyright 2023-2024 Arista Networks" __license__ = "Apache 2.0" -__version__ = "5.1.0.dev0" +__version__ = "5.1.0.dev1" __all__ = [ "get_avd_facts",