Skip to content

Commit 7116115

Browse files
committed
Bump version: 2.0.2 → 2.0.3
1 parent 7dee67e commit 7116115

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ Required arguments: ``--db``, ``--oma_path``
130130

131131
# Change log
132132

133+
#### Version 2.0.3
134+
- fixes issue #30
135+
- update github action to latest versions
136+
133137
#### Version 2.0.2
134138
- changed method for hiding taxa in build process. Now takes a file containing taxa to hide on separate lines.
135139
- checks and improved feedback for root taxon and requested taxa to hide.

omamer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from datetime import date
2424

2525
__packagename__ = "omamer"
26-
__version__ = "2.0.2"
26+
__version__ = "2.0.3"
2727
__copyright__ = "(C) 2019-{:d} Victor Rossier <[email protected]> and Alex Warwick Vesztrocy <[email protected]>".format(
2828
date.today().year
2929
)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.1
2+
current_version = 2.0.3
33
commit = True
44
tag = False
55

0 commit comments

Comments
 (0)