Skip to content

Commit 5990b24

Browse files
committed
Bump to new development version
1 parent a182513 commit 5990b24

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.0",
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.0"
30+
__version__ = "1.1.0-dev"

0 commit comments

Comments
 (0)