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 b4d1be1 commit 60470b9Copy full SHA for 60470b9
setup.py
@@ -135,7 +135,7 @@ def build_isa_l():
135
136
setup(
137
name="isal",
138
- version="1.5.2",
+ 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.2"
+__version__ = "1.6.0-dev"
0 commit comments