Skip to content

Commit 634c775

Browse files
committed
Increment version number
1 parent ffe04cb commit 634c775

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

131131
setup(
132132
name="isal",
133-
version="1.6.0",
133+
version="1.7.0-dev",
134134
description="Faster zlib and gzip compatible compression and "
135135
"decompression by providing python bindings for the ISA-L "
136136
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"__version__"
1717
]
1818

19-
__version__ = "1.6.0"
19+
__version__ = "1.7.0-dev"

0 commit comments

Comments
 (0)