diff --git a/README.md b/README.md index 2a9a327849cfabb4893c02bad1dcaa3f8db77022..5553f935c8d570d798c0f35a2b990f11bffd0e77 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idia SPDX-License-Identifier: BSD-3-Clause --> -[](https://auto-intersphinx.readthedocs.io/en/latest/) -[](https://gitlab.idiap.ch/software/auto-intersphinx/commits/main) -[](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/main/coverage/index.html) +[](https://auto-intersphinx.readthedocs.io/en/v1.0.3/) +[](https://gitlab.idiap.ch/software/auto-intersphinx/commits/v1.0.3) +[](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.3/coverage/index.html) [](https://gitlab.idiap.ch/software/auto-intersphinx) # Automatically Links Package Documentation from Their Names diff --git a/pyproject.toml b/pyproject.toml index 2ba4ae3d572ecde9dc11a28c66c7e5814ac4d065..ebde775ef4755b451ea4a56a433c1daf0bc54ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "auto-intersphinx" -version = "1.0.3b0" +version = "1.0.3" requires-python = ">=3.9" description = "Automatic links direct project dependencies to the intersphinx catalog" readme = "README.md" @@ -33,7 +33,7 @@ dependencies = [ ] [project.urls] -documentation = "https://auto-intersphinx.readthedocs.io/en/latest/" +documentation = "https://auto-intersphinx.readthedocs.io/en/v1.0.3/" homepage = "https://pypi.org/project/auto-intersphinx" repository = "https://gitlab.idiap.ch/software/auto-intersphinx" changelog = "https://gitlab.idiap.ch/software/auto-intersphinx/-/releases"