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 fb34ac6 commit dd25c63Copy full SHA for dd25c63
setup.py
@@ -135,7 +135,7 @@ def build_isa_l():
135
136
setup(
137
name="isal",
138
- version="1.5.1",
+ version="1.6.0-dev",
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.1"
+__version__ = "1.6.0-dev"
0 commit comments