We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4bc6e commit ecc6996Copy full SHA for ecc6996
CHANGELOG.rst
@@ -7,7 +7,7 @@ Changelog
7
.. This document is user facing. Please word the changes in such a way
8
.. that users understand how the changes affect the new version.
9
10
-version 0.1.0-dev
+version 0.1.0
11
-----------------
12
+ Publish API documentation on readthedocs.
13
+ Add API documentation.
setup.py
@@ -36,7 +36,7 @@
36
37
setup(
38
name="isal",
39
- version="0.1.0-dev",
+ version="0.1.0",
40
description="Faster zlib and gzip compatible compression and "
41
"decompression by providing python bindings for the isa-l "
42
"library.",
0 commit comments