Skip to content

Commit 49d1a5c

Browse files
committed
Update to new version
1 parent 8c99519 commit 49d1a5c

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
@@ -114,7 +114,7 @@ def build_isa_l():
114114

115115
setup(
116116
name="isal",
117-
version="0.4.0",
117+
version="0.5.0-dev",
118118
description="Faster zlib and gzip compatible compression and "
119119
"decompression by providing python bindings for the isa-l "
120120
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"__version__"
3030
]
3131

32-
__version__ = "0.4.0"
32+
__version__ = "0.5.0-dev"

0 commit comments

Comments
 (0)