Skip to content

Commit 9ee5deb

Browse files
committed
Set stable version number
1 parent b0b6590 commit 9ee5deb

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.4.0-dev
10+
version 0.4.0
1111
-----------------
1212
+ Move wheel building to cibuildwheel on github actions CI. Wheels are now
1313
provided for Mac OS as well.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def build_isa_l():
114114

115115
setup(
116116
name="isal",
117-
version="0.4.0-alpha2",
117+
version="0.4.0",
118118
description="Faster zlib and gzip compatible compression and "
119119
"decompression by providing python bindings for the isa-l "
120120
"library.",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"__version__"
3030
]
3131

32-
__version__ = "0.4.0-dev"
32+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)