Skip to content

Commit 796ee1e

Browse files
committed
Set a stable version number
1 parent 29486d9 commit 796ee1e

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 1.1.0-dev
10+
version 1.1.0
1111
-----------------
1212
+ Added tests and support for Python 3.11.
1313

setup.py

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

162162
setup(
163163
name="isal",
164-
version="1.1.0-dev",
164+
version="1.1.0",
165165
description="Faster zlib and gzip compatible compression and "
166166
"decompression by providing python bindings for the ISA-L "
167167
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"__version__"
2828
]
2929

30-
__version__ = "1.1.0-dev"
30+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)