Skip to content

Commit d10aa55

Browse files
committed
Update version number
1 parent dc92b71 commit d10aa55

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

179179
setup(
180180
name="isal",
181-
version="0.10.0",
181+
version="0.11.0-dev",
182182
description="Faster zlib and gzip compatible compression and "
183183
"decompression by providing python bindings for the ISA-L "
184184
"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.10.0"
42+
__version__ = "0.11.0-dev"

0 commit comments

Comments
 (0)