diff --git a/CHANGELOG.md b/CHANGELOG.md index 182414c..4f4ede9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/aaronmussig/magna/compare/v2.2.0...v2.3.0) (2022-03-29) + + +### Features + +* **diamond:** Added diamond file handler. ([6dd18a5](https://github.com/aaronmussig/magna/commit/6dd18a59ff95df6de5210e4d5150734f76ad194b)) + # [2.2.0](https://github.com/aaronmussig/magna/compare/v2.1.1...v2.2.0) (2022-03-17) diff --git a/magna/__init__.py b/magna/__init__.py index 361335d..b65105c 100644 --- a/magna/__init__.py +++ b/magna/__init__.py @@ -1,7 +1,7 @@ __title__ = 'magna' __description__ = 'Magna is a collection of commands that I frequently use in bioinformatics and day-to-day life.' __url__ = 'https://git.microba.core/modules/python/bio-proc-sdk' -__version__ = '2.2.0' +__version__ = '2.3.0' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'