From d1c7db5a8f95e6bda1e7a1ce8feb6903bc90c6bf Mon Sep 17 00:00:00 2001 From: Phil Barker Date: Fri, 5 Apr 2024 16:05:44 +0100 Subject: [PATCH] Changing dependency to fixed versions of AP related packages --- requirements.txt | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 33db3d2..97bb3cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ rdflib --e git+https://github.com/philbarker/AP2SHACL#egg=ap2shacl --e git+https://github.com/philbarker/APClasses#egg=AP --e git+https://github.com/philbarker/TAP2AP#egg=TAP2AP https://github.com/philbarker/dctap-python/archive/main.zip +https://github.com/philbarker/APClasses/archive/refs/tags/v1.0-alpha.1.zip +https://github.com/philbarker/TAP2AP/archive/refs/tags/1.0.0-alpha.1.zip +https://github.com/philbarker/AP2SHACL/archive/refs/tags/v1.0.0-alpha.1.zip diff --git a/setup.py b/setup.py index 1798f11..a04295b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="TAP2SHACL", - version="0.5.0", + version="1.0.0-alpha.1", description="DC TAP to SHACL converter", author="Phil Barker", author_email="phil.barker@pjjk.co.uk",