diff --git a/docs/contribution.md b/docs/contribution.md index c76be986f..4949dd204 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -26,7 +26,7 @@ $ pip install -e .[dev] $ pip list -e Package Version Editable project location ------- ------- ------------------------- -anta 0.7.2 /mnt/lab/projects/anta +anta 0.8.0 /mnt/lab/projects/anta ``` Then, [`tox`](https://tox.wiki/) is configued with few environments to run CI locally: diff --git a/docs/requirements-and-installation.md b/docs/requirements-and-installation.md index 13709c519..351c2dc00 100644 --- a/docs/requirements-and-installation.md +++ b/docs/requirements-and-installation.md @@ -61,7 +61,7 @@ which anta ```bash # Check ANTA version anta --version -anta, version v0.7.2 +anta, version v0.8.0 ``` ## EOS Requirements diff --git a/pyproject.toml b/pyproject.toml index 678e2e6bf..aa7a2b167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "anta" -version = "v0.7.2" +version = "v0.8.0" readme = "docs/README.md" authors = [{ name = "Khelil Sator", email = "ksator@arista.com" }] maintainers = [ @@ -106,7 +106,7 @@ namespaces = false # Version ################################ [tool.bumpver] -current_version = "0.7.2" +current_version = "0.8.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump: Version {old_version} -> {new_version}" commit = true