diff --git a/README.md b/README.md index efd323a41e19d5f0d2104befd591a4812ce752b6..6e3183f284f25e375eac9c86bb61ef4971ece3f8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idia SPDX-License-Identifier: GPL-3.0-or-later --> -[](https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/v1.5.0/sphinx/) -[](https://gitlab.idiap.ch/biosignal/software/deepdraw/commits/v1.5.0) -[](https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/v1.5.0/coverage/index.html) +[](https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/master/sphinx/) +[](https://gitlab.idiap.ch/biosignal/software/deepdraw/commits/main) +[](https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/main/coverage/index.html) [](https://gitlab.idiap.ch/biosignal/software/deepdraw) diff --git a/pyproject.toml b/pyproject.toml index 3bdb37a976abaa39f689ee5ea705531d193dc7ff..a825862a2cfcb4faef88ee335c6ab814c181eb81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "deepdraw" -version = "1.5.0" +version = "1.5.1b0" requires-python = ">=3.9" description = "Binary Segmentation Benchmark Package" dynamic = ["readme"] @@ -50,7 +50,7 @@ dependencies = [ ] [project.urls] -documentation = "https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/v1.5.0/sphinx/" +documentation = "https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/main/sphinx/" homepage = "https://pypi.org/project/deepdraw" repository = "https://gitlab.idiap.ch/biosignal/software/deepdraw" changelog = "https://gitlab.idiap.ch/biosignal/software/deepdraw/-/releases"