Skip to content

Commit 3b32408

Browse files
committed
Update version number to a stable number
1 parent a489b3b commit 3b32408

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.10.0-dev
10+
version 0.10.0
1111
------------------
1212
+ Added an ``igzip_lib`` module which allows more direct access to ISA-L's
1313
igzip_lib API. This allows features such as headerless compression and

setup.py

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

179179
setup(
180180
name="isal",
181-
version="0.10.0-dev",
181+
version="0.10.0",
182182
description="Faster zlib and gzip compatible compression and "
183183
"decompression by providing python bindings for the ISA-L "
184184
"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.10.0-dev"
42+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)