From 8937b01cbc17102701ccef762825a4001458f7a6 Mon Sep 17 00:00:00 2001 From: Jamie Morton Date: Mon, 30 Sep 2019 12:02:38 -0400 Subject: [PATCH] Updating version --- CHANGELOG.md | 9 +++++++++ mmvec/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdde4ba..564805a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mmvec/__init__.py b/mmvec/__init__.py index f6bcb44..236cf4f 100644 --- a/mmvec/__init__.py +++ b/mmvec/__init__.py @@ -1,5 +1,5 @@ from .heatmap import _heatmap_choices, _cmaps -__version__ = "0.6.0" +__version__ = "1.0.0" __all__ = ['_heatmap_choices', '_cmaps'] diff --git a/setup.py b/setup.py index ff2bb2e..f358331 100644 --- a/setup.py +++ b/setup.py @@ -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