Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-dryabzhinsky authored Jan 24, 2025
1 parent 1a6df83 commit bdb43ee
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 @@ -115,7 +115,7 @@
ext_libraries=[]
else:
raise RuntimeError("Need zstd library verion >= 1.4.0")
VERSION = tuple(int(v) for v in VERSION_STR.split("."))
VERSION = tuple(int(v) for v in VERSION_STR.split("."))
else:
if SUP_EXTERNAL:
# Require pkg config
Expand Down

0 comments on commit bdb43ee

Please sign in to comment.