Skip to content

Commit 9e915fb

Browse files
committed
Use stable version number
1 parent b7d21ed commit 9e915fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.0-dev
10+
version 0.2.0
1111
-----------------
1212
+ Fixed a bug where writing of the gzip header would crash if an older version
1313
of Python 3.7 was used such as on Debian or Ubuntu. This is due to

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name="isal",
39-
version="0.2.0-dev",
39+
version="0.2.0",
4040
description="Faster zlib and gzip compatible compression and "
4141
"decompression by providing python bindings for the isa-l "
4242
"library.",

0 commit comments

Comments
 (0)