Skip to content

Commit

Permalink
Merge branch 'main' of github.com:aaronmussig/magna
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Mar 10, 2022
2 parents e891e84 + 338dd62 commit d04f838
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion magna/__init__.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected]'
__license__ = 'GNU AGPLv3'
Expand Down

0 comments on commit d04f838

Please sign in to comment.