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 ffe04cb commit 634c775Copy full SHA for 634c775
setup.py
@@ -130,7 +130,7 @@ def build_isa_l():
130
131
setup(
132
name="isal",
133
- version="1.6.0",
+ version="1.7.0-dev",
134
description="Faster zlib and gzip compatible compression and "
135
"decompression by providing python bindings for the ISA-L "
136
"library.",
src/isal/__init__.py
@@ -16,4 +16,4 @@
16
"__version__"
17
]
18
19
-__version__ = "1.6.0"
+__version__ = "1.7.0-dev"
0 commit comments