From 940086cf4d154fd50da273a6c40b98fe1867c35d Mon Sep 17 00:00:00 2001 From: "Nickolaus D. Saint" Date: Tue, 30 Jan 2024 11:21:09 -0800 Subject: [PATCH 1/2] fix: https://github.com/pypa/pip/issues/12063 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47e1676..30babef 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ include_package_data=True, packages=find_packages(), install_requires=[ - "globus-sdk>=1.6.0<4.0.0", + "globus-sdk>=1.6.0,<4.0.0", "six>=1.10.0,<2.0.0", ], entry_points={ From c8bcd4ff617efa798eee2ac294609d3439d1d97e Mon Sep 17 00:00:00 2001 From: "Nickolaus D. Saint" Date: Tue, 30 Jan 2024 11:30:23 -0800 Subject: [PATCH 2/2] chore: bump version v0.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30babef..d846893 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='fair-identifiers-client', - version='0.5.0', + version='0.5.1', url='https://github.com/fair-research/fair-identifiers-client', author="FAIR Research Team", description='FAIR Research Identifiers Service Client',