Skip to content

Commit d9f8678

Browse files
committed
New dev version
1 parent 9c4a459 commit d9f8678

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

162162
setup(
163163
name="isal",
164-
version="1.0.1",
164+
version="1.1.0-dev",
165165
description="Faster zlib and gzip compatible compression and "
166166
"decompression by providing python bindings for the ISA-L "
167167
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"__version__"
2828
]
2929

30-
__version__ = "1.0.1"
30+
__version__ = "1.1.0-dev"

0 commit comments

Comments
 (0)