Skip to content

Commit dc343c5

Browse files
committed
bump version to 0.6.0
1 parent ae8ecf9 commit dc343c5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changelogs.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Changelogs
66

77
Summary of developments of moonstone library.
88

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+
920
v0.5
1021
====
1122

moonstone/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 5, 0)
1+
version_info = (0, 6, 0)
22
__version__ = '.'.join(str(c) for c in version_info)

0 commit comments

Comments
 (0)