diff --git a/CHANGELOG.md b/CHANGELOG.md index abc3b42..d872070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/aaronmussig/magna/compare/v2.0.0...v2.1.0) (2022-03-11) + + +### Features + +* **io:** Added copy_file, and move_file. ([dd9f776](https://github.com/aaronmussig/magna/commit/dd9f77630dadfa5c5ec09f9e757e2d934d12b011)) + # Changelog # [2.0.0](https://github.com/aaronmussig/magna/compare/v1.4.0...v2.0.0) (2022-03-10) diff --git a/magna/__init__.py b/magna/__init__.py index 5b2e0d2..a56182a 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__ = '2.0.0' +__version__ = '2.1.0' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'