From 5e403024f1b7ca355f1faa1e03833df35912c94c Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Fri, 17 May 2024 18:45:00 +0200
Subject: [PATCH] Updated version

---
 lib/python/README.md      | 2 +-
 lib/python/pyproject.toml | 4 ++--
 lib/python/setup.py       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/python/README.md b/lib/python/README.md
index 610c6eded4..c8785a2e84 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 17dabc909c..e0b1a19844 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 e537dd6774..f9915ffbd3 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",
-- 
GitLab