diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e12620..edd762b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/aaronmussig/magna/compare/v1.0.1...v1.0.2) (2022-02-02) + + +### Bug Fixes + +* **datasets:** Updated the GTDB R95 bac source. ([d74eccf](https://github.com/aaronmussig/magna/commit/d74eccf03e949c8798df9b0a09f23f3d76ebfc56)) + ## [1.0.1](https://github.com/aaronmussig/magna/compare/v1.0.0...v1.0.1) (2022-02-02) diff --git a/magna/__init__.py b/magna/__init__.py index 3b92ed9..6670b9a 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.1' +__version__ = '1.0.2' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'