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 05c1bfa commit 605a2d3Copy full SHA for 605a2d3
setup.py
@@ -111,7 +111,7 @@ def build_isa_l():
111
112
setup(
113
name="isal",
114
- version="0.3.0",
+ version="0.4.0-dev",
115
description="Faster zlib and gzip compatible compression and "
116
"decompression by providing python bindings for the isa-l "
117
"library.",
src/isal/__init__.py
@@ -29,4 +29,4 @@
29
"__version__"
30
]
31
32
-__version__ = "0.3.0"
+__version__ = "0.4.0-dev"
0 commit comments