Skip to content

Commit

Permalink
Update version number, add threads keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Nov 24, 2023
1 parent bcd11f0 commit 756f097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def build_isa_l():

setup(
name="isal",
version="1.6.0-dev",
version="1.5.3",
description="Faster zlib and gzip compatible compression and "
"decompression by providing python bindings for the ISA-L "
"library.",
Expand All @@ -145,7 +145,7 @@ def build_isa_l():
long_description_content_type="text/x-rst",
cmdclass={"build_ext": BuildIsalExt},
license="PSF-2.0",
keywords="isal isa-l compression deflate gzip igzip",
keywords="isal isa-l compression deflate gzip igzip threads",
zip_safe=False,
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/isal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"__version__"
]

__version__ = "1.6.0-dev"
__version__ = "1.5.3"

0 comments on commit 756f097

Please sign in to comment.