Skip to content

Commit 605a2d3

Browse files
committed
Update version number
1 parent 05c1bfa commit 605a2d3

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

112112
setup(
113113
name="isal",
114-
version="0.3.0",
114+
version="0.4.0-dev",
115115
description="Faster zlib and gzip compatible compression and "
116116
"decompression by providing python bindings for the isa-l "
117117
"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.3.0"
32+
__version__ = "0.4.0-dev"

0 commit comments

Comments
 (0)