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():
135
135
136
136
setup (
137
137
name = "isal" ,
138
- version = "1.6.0-dev " ,
138
+ version = "1.5.3 " ,
139
139
description = "Faster zlib and gzip compatible compression and "
140
140
"decompression by providing python bindings for the ISA-L "
141
141
"library." ,
@@ -145,7 +145,7 @@ def build_isa_l():
145
145
long_description_content_type = "text/x-rst" ,
146
146
cmdclass = {"build_ext" : BuildIsalExt },
147
147
license = "PSF-2.0" ,
148
- keywords = "isal isa-l compression deflate gzip igzip" ,
148
+ keywords = "isal isa-l compression deflate gzip igzip threads " ,
149
149
zip_safe = False ,
150
150
packages = find_packages ('src' ),
151
151
package_dir = {'' : 'src' },
Original file line number Diff line number Diff line change 27
27
"__version__"
28
28
]
29
29
30
- __version__ = "1.6.0-dev "
30
+ __version__ = "1.5.3 "
You can’t perform that action at this time.
0 commit comments