From cd0b506c6aca777ba255b57c86a03c5476d828d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Sep 2022 00:30:05 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/aaronmussig/magna/compare/v3.5.0...v4.0.0) (2022-09-27) ### Features * **rust:** Added PYO3 rust bindings and updated CI/CD. ([7d28848](https://github.com/aaronmussig/magna/commit/7d2884865472305c32604f371c9c3753e55da201)) ### BREAKING CHANGES * **rust:** Rust is required. --- CHANGELOG.md | 12 ++++++++++++ magna/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f9fb0..6991a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/aaronmussig/magna/compare/v3.5.0...v4.0.0) (2022-09-27) + + +### Features + +* **rust:** Added PYO3 rust bindings and updated CI/CD. ([7d28848](https://github.com/aaronmussig/magna/commit/7d2884865472305c32604f371c9c3753e55da201)) + + +### BREAKING CHANGES + +* **rust:** Rust is required. + # [3.5.0](https://github.com/aaronmussig/magna/compare/v3.4.1...v3.5.0) (2022-07-15) diff --git a/magna/__init__.py b/magna/__init__.py index 7994f4c..4c25c84 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://github.com/aaronmussig/magna' -__version__ = '3.5.0' +__version__ = '4.0.0' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'