From 338dd62193b0e16fc69632f7f01f3415bbd6d90b Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 18 Feb 2022 04:48:30 +0000
Subject: [PATCH] chore(release): 1.4.0 [skip ci]

# [1.4.0](https://github.com/aaronmussig/magna/compare/v1.3.0...v1.4.0) (2022-02-18)

### Features

* **gtdb:** Added GTDB trees. ([08ba91c](https://github.com/aaronmussig/magna/commit/08ba91ce793b23603fcc863651901a65f05ba8fa))
---
 CHANGELOG.md      | 7 +++++++
 magna/__init__.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d89f0bf..735e297 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.4.0](https://github.com/aaronmussig/magna/compare/v1.3.0...v1.4.0) (2022-02-18)
+
+
+### Features
+
+* **gtdb:** Added GTDB trees. ([08ba91c](https://github.com/aaronmussig/magna/commit/08ba91ce793b23603fcc863651901a65f05ba8fa))
+
 # [1.3.0](https://github.com/aaronmussig/magna/compare/v1.2.0...v1.3.0) (2022-02-17)
 
 
diff --git a/magna/__init__.py b/magna/__init__.py
index 157ab45..69d427a 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.3.0'
+__version__ = '1.4.0'
 __author__ = 'Aaron Mussig'
 __author_email__ = 'aaronmussig@gmail.com'
 __license__ = 'GNU AGPLv3'