diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d1a03..17814ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/aaronmussig/magna/compare/v1.0.3...v1.1.0) (2022-02-16) + + +### Features + +* **GTDB:** Add R202 and Genome. ([31e5bc3](https://github.com/aaronmussig/magna/commit/31e5bc361a0c2839adac97cb41deb89998907611)) + ## [1.0.3](https://github.com/aaronmussig/magna/compare/v1.0.2...v1.0.3) (2022-02-02) diff --git a/magna/__init__.py b/magna/__init__.py index 322e303..f9c1a46 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__ = '1.0.3' +__version__ = '1.1.0' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'