File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def build_isa_l():
135135
136136setup (
137137 name = "isal" ,
138- version = "1.6.0-dev " ,
138+ version = "1.5.3 " ,
139139 description = "Faster zlib and gzip compatible compression and "
140140 "decompression by providing python bindings for the ISA-L "
141141 "library." ,
@@ -145,7 +145,7 @@ def build_isa_l():
145145 long_description_content_type = "text/x-rst" ,
146146 cmdclass = {"build_ext" : BuildIsalExt },
147147 license = "PSF-2.0" ,
148- keywords = "isal isa-l compression deflate gzip igzip" ,
148+ keywords = "isal isa-l compression deflate gzip igzip threads " ,
149149 zip_safe = False ,
150150 packages = find_packages ('src' ),
151151 package_dir = {'' : 'src' },
Original file line number Diff line number Diff line change 2727 "__version__"
2828]
2929
30- __version__ = "1.6.0-dev "
30+ __version__ = "1.5.3 "
You can’t perform that action at this time.
0 commit comments