We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3196e07 commit 15a4810Copy full SHA for 15a4810
setup.py
@@ -135,7 +135,7 @@ def build_isa_l():
135
136
setup(
137
name="isal",
138
- version="1.5.0-dev",
+ version="1.4.1",
139
description="Faster zlib and gzip compatible compression and "
140
"decompression by providing python bindings for the ISA-L "
141
"library.",
src/isal/__init__.py
@@ -27,4 +27,4 @@
27
"__version__"
28
]
29
30
-__version__ = "1.5.0-dev"
+__version__ = "1.4.1"
0 commit comments