Skip to content

Commit da7add4

Browse files
committed
Update version to dev version
1 parent 24925a4 commit da7add4

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.1",
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.1"
42+
__version__ = "0.7.0-dev"

0 commit comments

Comments
 (0)