Skip to content

Commit

Permalink
Merge pull request #7 from NickolausDS/main
Browse files Browse the repository at this point in the history
Fix formatting issue in requirements, bump version
  • Loading branch information
NickolausDS authored Jan 30, 2024
2 parents f6318bb + c8bcd4f commit b8aecdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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={
Expand Down

0 comments on commit b8aecdf

Please sign in to comment.