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 e56db90 commit 92e4cf2Copy full SHA for 92e4cf2
setup.py
@@ -135,7 +135,7 @@ def build_isa_l():
135
136
setup(
137
name="isal",
138
- version="1.2.0",
+ version="1.3.0-dev",
139
description="Faster zlib and gzip compatible compression and "
140
"decompression by providing python bindings for the ISA-L "
141
"library.",
src/isal/__init__.py
@@ -27,4 +27,4 @@
27
"__version__"
28
]
29
30
-__version__ = "1.2.0"
+__version__ = "1.3.0-dev"
0 commit comments