From 7116115efc17201f75682e7b16e93bd39ca87c7a Mon Sep 17 00:00:00 2001 From: Adrian Altenhoff Date: Thu, 28 Mar 2024 17:28:02 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.2=20=E2=86=92=202.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ omamer/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96e687d..90a815b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/omamer/__init__.py b/omamer/__init__.py index 6334e4c..0e340e9 100644 --- a/omamer/__init__.py +++ b/omamer/__init__.py @@ -23,7 +23,7 @@ from datetime import date __packagename__ = "omamer" -__version__ = "2.0.2" +__version__ = "2.0.3" __copyright__ = "(C) 2019-{:d} Victor Rossier and Alex Warwick Vesztrocy ".format( date.today().year ) diff --git a/setup.cfg b/setup.cfg index fe08cea..1b78ce1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.1 +current_version = 2.0.3 commit = True tag = False