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 fecf7dd commit 76726d8Copy full SHA for 76726d8
setup.py
@@ -114,7 +114,7 @@ def build_isa_l():
114
115
setup(
116
name="isal",
117
- version="0.5.0",
+ version="0.6.0-dev",
118
description="Faster zlib and gzip compatible compression and "
119
"decompression by providing python bindings for the isa-l "
120
"library.",
src/isal/__init__.py
@@ -29,4 +29,4 @@
29
"__version__"
30
]
31
32
-__version__ = "0.5.0"
+__version__ = "0.6.0-dev"
0 commit comments