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 ae8ecf9 commit dc343c5Copy full SHA for dc343c5
docs/changelogs.rst
@@ -6,6 +6,17 @@ Changelogs
6
7
Summary of developments of moonstone library.
8
9
+v0.6
10
+====
11
+
12
+v0.6.0
13
+------
14
15
+* https://github.com/motleystate/moonstone/pull/66
16
+* https://github.com/motleystate/moonstone/pull/69
17
+* Build in visualization for taxonomy counts https://github.com/motleystate/moonstone/pull/72
18
+* Faith's PD and UniFrac https://github.com/motleystate/moonstone/pull/75
19
20
v0.5
21
====
22
moonstone/version.py
@@ -1,2 +1,2 @@
1
-version_info = (0, 5, 0)
+version_info = (0, 6, 0)
2
__version__ = '.'.join(str(c) for c in version_info)
0 commit comments