diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2b275..17b6e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # gneiss changelog ## Version 0.4.5 +* Pandas dependencies have been updated [#282](https://github.com/biocore/gneiss/pull/282) ## Version 0.4.4 * Numpy and scikit-bio dependencies have been updated [#278](https://github.com/biocore/gneiss/pull/278) diff --git a/gneiss/__init__.py b/gneiss/__init__.py index 9153c18..ebe559a 100644 --- a/gneiss/__init__.py +++ b/gneiss/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file COPYING.txt, distributed with this software. # ---------------------------------------------------------------------------- -__version__ = "0.4.5" +__version__ = "0.4.6"