Skip to content

Commit 2a60a08

Browse files
committed
Update version
1 parent 1a56307 commit 2a60a08

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

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

0 commit comments

Comments
 (0)