Skip to content

Commit

Permalink
Bump version: 2.0.2 → 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Mar 28, 2024
1 parent 7dee67e commit 7116115
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ Required arguments: ``--db``, ``--oma_path``

# Change log

#### Version 2.0.3
- fixes issue #30
- update github action to latest versions

#### Version 2.0.2
- changed method for hiding taxa in build process. Now takes a file containing taxa to hide on separate lines.
- checks and improved feedback for root taxon and requested taxa to hide.
Expand Down
2 changes: 1 addition & 1 deletion omamer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from datetime import date

__packagename__ = "omamer"
__version__ = "2.0.2"
__version__ = "2.0.3"
__copyright__ = "(C) 2019-{:d} Victor Rossier <[email protected]> and Alex Warwick Vesztrocy <[email protected]>".format(
date.today().year
)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.1
current_version = 2.0.3
commit = True
tag = False

Expand Down

0 comments on commit 7116115

Please sign in to comment.