Skip to content

Commit 7077ead

Browse files
committed
Update version to 0.3.0
1 parent f0e2962 commit 7077ead

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.3.0-dev
10+
version 0.3.0
1111
-----------------
1212
+ Set included ISA-L library at version 2.30.0.
1313
+ Python-isal now comes with a source distribution of ISA-L in its source

setup.py

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

112112
setup(
113113
name="isal",
114-
version="0.3.0-dev",
114+
version="0.3.0",
115115
description="Faster zlib and gzip compatible compression and "
116116
"decompression by providing python bindings for the isa-l "
117117
"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.3.0-dev"
32+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)