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 24925a4 commit da7add4Copy full SHA for da7add4
setup.py
@@ -152,7 +152,7 @@ def build_isa_l():
152
153
setup(
154
name="isal",
155
- version="0.6.1",
+ version="0.7.0-dev",
156
description="Faster zlib and gzip compatible compression and "
157
"decompression by providing python bindings for the ISA-L "
158
"library.",
src/isal/__init__.py
@@ -39,4 +39,4 @@
39
"__version__"
40
]
41
42
-__version__ = "0.6.1"
+__version__ = "0.7.0-dev"
0 commit comments