File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Changelog
7
7
.. This document is user facing. Please word the changes in such a way
8
8
.. that users understand how the changes affect the new version.
9
9
10
- version 0.3.0-dev
10
+ version 0.3.0
11
11
-----------------
12
12
+ Set included ISA-L library at version 2.30.0.
13
13
+ Python-isal now comes with a source distribution of ISA-L in its source
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def build_isa_l():
111
111
112
112
setup (
113
113
name = "isal" ,
114
- version = "0.3.0-dev " ,
114
+ version = "0.3.0" ,
115
115
description = "Faster zlib and gzip compatible compression and "
116
116
"decompression by providing python bindings for the isa-l "
117
117
"library." ,
Original file line number Diff line number Diff line change 29
29
"__version__"
30
30
]
31
31
32
- __version__ = "0.3.0-dev "
32
+ __version__ = "0.3.0"
You can’t perform that action at this time.
0 commit comments