diff --git a/README.md b/README.md index 2bb78a81fe33cb4d5c298687c3df13378348310e..c6512e97b7dfd2cd15880907afb50d693d12e934 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ #### Versions -```0.0.16``` : Intial version with only the API for insertion and query. +```0.0.18``` : Intial version with only the API for insertion and query. | Element | Status | Comment | |:--- |:--- |:--- | diff --git a/pyproject.toml b/pyproject.toml index 660d82c18863f9de3b0805909a1f2c86258707fa..c354ecfc4453f26d90b163204456512cbf0d9210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "semantic-api" -version = "0.0.16" +version = "0.0.18" dependencies = [ "behave == 1.2.6", "paho-mqtt == 2.1.0", @@ -32,8 +32,7 @@ path = "README.md" [[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]] # replace relative links with absolute links pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)' -replacement = '[\1](https://source.coderefinery.org/wac/semantic-api/src/doc/\g<2>)' - +replacement = '[\1](https://source.coderefinery.org/wac/semantic-api/-/blob/main/\g<2>)' requires-python = ">=3.8"