Skip to content

Commit d4265ab

Browse files
committed
Set version to a stable number
1 parent 374fe82 commit d4265ab

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.11.0-dev
10+
version 0.11.0
1111
------------------
1212
In this release the ``python -m isal.igzip`` relatively slow decompression rate
1313
has been improved in both speed and usability. Previously it was 19% slower

setup.py

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

171171
setup(
172172
name="isal",
173-
version="0.11.0-dev",
173+
version="0.11.0",
174174
description="Faster zlib and gzip compatible compression and "
175175
"decompression by providing python bindings for the ISA-L "
176176
"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.11.0-dev"
42+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)