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 8c99519 commit 49d1a5cCopy full SHA for 49d1a5c
setup.py
@@ -114,7 +114,7 @@ def build_isa_l():
114
115
setup(
116
name="isal",
117
- version="0.4.0",
+ version="0.5.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.4.0"
+__version__ = "0.5.0-dev"
0 commit comments