Skip to content

Commit

Permalink
Set a stable version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Oct 12, 2022
1 parent 29486d9 commit 796ee1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog
.. This document is user facing. Please word the changes in such a way
.. that users understand how the changes affect the new version.
version 1.1.0-dev
version 1.1.0
-----------------
+ Added tests and support for Python 3.11.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):

setup(
name="isal",
version="1.1.0-dev",
version="1.1.0",
description="Faster zlib and gzip compatible compression and "
"decompression by providing python bindings for the ISA-L "
"library.",
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.1.0-dev"
__version__ = "1.1.0"

0 comments on commit 796ee1e

Please sign in to comment.