Skip to content

Commit

Permalink
REL: Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Mar 22, 2024
1 parent b89983e commit c53a581
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions condiga
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from condiga_utils.taxa_utils import get_taxa_result
__author__ = "Vijini Mallawaarachchi and Yu Lin"
__copyright__ = "Copyright 2022, ConDiGA Project"
__license__ = "MIT"
__version__ = "0.2.1"
__version__ = "0.2.2"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "viji.mallawaarachchi@gmail.com"
__status__ = "Development"
Expand Down Expand Up @@ -118,7 +118,7 @@ def main(contigs, taxa, genes, coverages, assembly_summary, rel_abundance, genom
# Setup logger
# ----------------------------------------------------------------------

logger = logging.getLogger("condiga 0.2.1")
logger = logging.getLogger("condiga 0.2.2")
logger.setLevel(logging.DEBUG)
logging.captureWarnings(True)
formatter = logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")
Expand Down
2 changes: 1 addition & 1 deletion condiga_utils/genome_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from datetime import datetime

# create logger
logger = logging.getLogger("condiga 0.2.1")
logger = logging.getLogger("condiga 0.2.2")


def download_genomes(taxid_list, assembly_summary, output):
Expand Down
2 changes: 1 addition & 1 deletion condiga_utils/support/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = "Vijini Mallawaarachchi and Yu Lin"
__copyright__ = "Copyright 2022, ConDiGA Project"
__license__ = "MIT"
__version__ = "0.2.1"
__version__ = "0.2.2"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "viji.mallawaarachchi@gmail.com"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="condiga",
version="0.2.1",
version="0.2.2",
zip_safe=True,
author="Vijini Mallawaarachchi and Yu Lin",
author_email="viji.mallawaarachchi@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_condiga.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = "Vijini Mallawaarachchi and Yu Lin"
__copyright__ = "Copyright 2022, ConDiGA Project"
__license__ = "MIT"
__version__ = "0.2.1"
__version__ = "0.2.2"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "viji.mallawaarachchi@gmail.com"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = "Vijini Mallawaarachchi and Yu Lin"
__copyright__ = "Copyright 2022, ConDiGA Project"
__license__ = "MIT"
__version__ = "0.2.1"
__version__ = "0.2.2"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "viji.mallawaarachchi@gmail.com"
__status__ = "Development"
Expand Down

0 comments on commit c53a581

Please sign in to comment.