Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Sep 30, 2019
1 parent 3ab1ded commit 8937b01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mmvec changelog

## Version 1.0.0 (2019-09-30)
# Enhancements
- Paired heatmaps are available [#89](https://github.com/biocore/mmvec/pull/89)
- Heatmap tutorials are available [#90](https://github.com/biocore/mmvec/pull/90)

# Bug fixes
- The ordering of the eigenvalues are now reversed [#92](https://github.com/biocore/mmvec/pull/92)
- The qiime2 assets setup is corrected [#91](https://github.com/biocore/mmvec/pull/91)

## Version 0.6.0 (2019-09-05)

# Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mmvec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .heatmap import _heatmap_choices, _cmaps

__version__ = "0.6.0"
__version__ = "1.0.0"

__all__ = ['_heatmap_choices', '_cmaps']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import find_packages, setup

classes = """
Development Status :: 4 - Beta
Development Status :: 5 - Production / Stable
License :: OSI Approved :: BSD License
Topic :: Software Development :: Libraries
Topic :: Scientific/Engineering
Expand Down

0 comments on commit 8937b01

Please sign in to comment.