Skip to content

Commit 755397a

Browse files
committed
Set next version
1 parent 707b145 commit 755397a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def build_isa_l():
152152

153153
setup(
154154
name="isal",
155-
version="0.6.0",
155+
version="0.7.0-dev",
156156
description="Faster zlib and gzip compatible compression and "
157157
"decompression by providing python bindings for the ISA-L "
158158
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"__version__"
4040
]
4141

42-
__version__ = "0.6.0"
42+
__version__ = "0.7.0-dev"

0 commit comments

Comments
 (0)