diff --git a/lib/python/README.md b/lib/python/README.md
index 610c6eded42360330561c723ef1283d075ec6b2c..c8785a2e84153752e2e3020b6dfb56c3a119ce04 100644
--- a/lib/python/README.md
+++ b/lib/python/README.md
@@ -1,6 +1,6 @@
 # DBRepo Python Library
 
-Official client library for [DBRepo](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/__APPVERSION__/), a database
+Official client library for [DBRepo](https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.3/), a database
 repository to support research based
 on [requests](https://pypi.org/project/requests/), [pydantic](https://pypi.org/project/pydantic/), [tuspy](https://pypi.org/project/tuspy/)
 and [pika](https://pypi.org/project/pika/).
diff --git a/lib/python/pyproject.toml b/lib/python/pyproject.toml
index 17dabc909c0d9731542eacb55ea05cc7d254726e..e0b1a19844a770f2306b756150495eeb72f1e90e 100644
--- a/lib/python/pyproject.toml
+++ b/lib/python/pyproject.toml
@@ -34,7 +34,7 @@ requires = [
 build-backend = "setuptools.build_meta"
 
 [project.urls]
-Homepage = "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.2/"
-Documentation = "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.2/sphinx/"
+Homepage = "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.3/"
+Documentation = "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.3/sphinx/"
 Issues = "https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues"
 Source = "https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/"
\ No newline at end of file
diff --git a/lib/python/setup.py b/lib/python/setup.py
index e537dd6774d642e8550fde7330aa68c74ebcef58..f9915ffbd3fc8498c6c04eee5455d24dcabbaf4f 100644
--- a/lib/python/setup.py
+++ b/lib/python/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
 setup(name="dbrepo",
       version="1.4.3",
       description="A library for communicating with DBRepo",
-      url="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo//",
+      url="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.3/",
       author="Martin Weise",
       license="Apache-2.0",
       author_email="martin.weise@tuwien.ac.at",