diff --git a/CHANGELOG.md b/CHANGELOG.md index 308c768..c6df2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://github.com/aaronmussig/magna/compare/v3.1.0...v3.1.1) (2022-05-10) + + +### Bug Fixes + +* **util.web.download_file:** Remove line used for testing. ([61ee7af](https://github.com/aaronmussig/magna/commit/61ee7afd6165b3cd1467b8822d7f2934292abecd)) + # [3.1.0](https://github.com/aaronmussig/magna/compare/v3.0.1...v3.1.0) (2022-05-10) diff --git a/magna/__init__.py b/magna/__init__.py index 0c423cb..1bacc9a 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.1.0' +__version__ = '3.1.1' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'