Skip to content

Commit

Permalink
fix: use separator for py-cid version statement
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Sougstad <[email protected]>
  • Loading branch information
Barabazs and CuriouslyCory committed Oct 26, 2024
1 parent 27c9991 commit d8f6d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Programming Language :: Python :: 3.10",
],
install_requires=[
"py-cid>=0.3.0<1.0.0",
"py-cid>=0.3.0,<1.0.0",
"py-multibase>=1.0.3,<2.0.0",
],
)

0 comments on commit d8f6d47

Please sign in to comment.