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 aa4a483 commit db1d6feCopy full SHA for db1d6fe
setup.py
@@ -130,7 +130,7 @@ def build_isa_l():
130
131
setup(
132
name="isal",
133
- version="1.6.1",
+ 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.1"
+__version__ = "1.7.0-dev"
0 commit comments