Skip to content

Commit d5ebe1e

Browse files
committed
Set to stable version number
1 parent 8fc496d commit d5ebe1e

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.0.0-dev
10+
version 1.0.0
1111
------------------
1212
Python-isal has been rewritten as a C-extension (first implementation was in
1313
Cython). This has made the library faster in many key areas. It does mean

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.0.0-dev",
164+
version="1.0.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.0.0-dev"
30+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)