Skip to content

Commit e1d7147

Browse files
committed
set new version number
1 parent 2e5e4dc commit e1d7147

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
@@ -169,7 +169,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
169169

170170
setup(
171171
name="isal",
172-
version="0.8.1",
172+
version="0.9.0-dev",
173173
description="Faster zlib and gzip compatible compression and "
174174
"decompression by providing python bindings for the ISA-L "
175175
"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.8.1"
42+
__version__ = "0.9.0-dev"

0 commit comments

Comments
 (0)