diff --git a/docs/contribution.md b/docs/contribution.md index 6299139e0..88f09c180 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -29,7 +29,7 @@ $ pip install -e .[dev,cli] $ pip list -e Package Version Editable project location ------- ------- ------------------------- -anta 1.0.0 /mnt/lab/projects/anta +anta 1.1.0 /mnt/lab/projects/anta ``` Then, [`tox`](https://tox.wiki/) is configured with few environments to run CI locally: diff --git a/docs/requirements-and-installation.md b/docs/requirements-and-installation.md index 5f99ac0ac..1b3575877 100644 --- a/docs/requirements-and-installation.md +++ b/docs/requirements-and-installation.md @@ -86,7 +86,7 @@ which anta ```bash # Check ANTA version anta --version -anta, version v1.0.0 +anta, version v1.1.0 ``` ## EOS Requirements diff --git a/pyproject.toml b/pyproject.toml index b72ec3a70..bc7ac7127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "anta" -version = "v1.0.0" +version = "v1.1.0" readme = "docs/README.md" authors = [{ name = "Arista Networks ANTA maintainers", email = "anta-dev@arista.com" }] maintainers = [ @@ -119,7 +119,7 @@ namespaces = false # Version ################################ [tool.bumpver] -current_version = "1.0.0" +current_version = "1.1.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump: Version {old_version} -> {new_version}" commit = true