diff --git a/CHANGELOG.md b/CHANGELOG.md index edd762b..c2d1a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/aaronmussig/magna/compare/v1.0.2...v1.0.3) (2022-02-02) + + +### Bug Fixes + +* **datasets:** Reduced the gunc dataset to just RefSeq/GenBank genomes. ([d432765](https://github.com/aaronmussig/magna/commit/d43276556658ffae56d756b2c5e629d3efe46e9b)) + ## [1.0.2](https://github.com/aaronmussig/magna/compare/v1.0.1...v1.0.2) (2022-02-02) diff --git a/magna/__init__.py b/magna/__init__.py index 6670b9a..322e303 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.2' +__version__ = '1.0.3' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'