diff --git a/CHANGELOG.md b/CHANGELOG.md index c316648..308c768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/aaronmussig/magna/compare/v3.0.1...v3.1.0) (2022-05-10) + + +### Features + +* **util.web.download_file:** Add silent option for download. ([b2b8fea](https://github.com/aaronmussig/magna/commit/b2b8fea92638f0746fd13d148980fa47e70ab7c4)) + ## [3.0.1](https://github.com/aaronmussig/magna/compare/v3.0.0...v3.0.1) (2022-05-10) diff --git a/magna/__init__.py b/magna/__init__.py index 0c41429..0c423cb 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__ = '3.0.1' +__version__ = '3.1.0' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'