Skip to content

Commit 958d09e

Browse files
committed
Update version to stable number
1 parent 1f76199 commit 958d09e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Changelog
77
.. This document is user facing. Please word the changes in such a way
88
.. that users understand how the changes affect the new version.
99
10-
version 0.8.0-dev
10+
version 0.8.0
1111
-----------------
1212
+ Speed up ``igzip.compress`` and ``igzip.decompress`` by improving the
1313
implementation.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
169169

170170
setup(
171171
name="isal",
172-
version="0.8.0-dev",
172+
version="0.8.0",
173173
description="Faster zlib and gzip compatible compression and "
174174
"decompression by providing python bindings for the ISA-L "
175175
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"__version__"
4040
]
4141

42-
__version__ = "0.8.0-dev"
42+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)