Skip to content

Commit

Permalink
REL: bump version to 0.1a9
Browse files Browse the repository at this point in the history
This release keeps track of changes in cogent3 apps and annotation handling
  • Loading branch information
GavinHuttley committed Oct 4, 2024
1 parent 65771e8 commit 5600ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ensembl_tui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Ensembl cli tools"""
"""Ensembl terminal user interface tools"""

from warnings import filterwarnings

filterwarnings("ignore", message=".*MPI")
filterwarnings("ignore", message="Can't drop database.*")


__version__ = "0.1a8"
__version__ = "0.1a9"

0 comments on commit 5600ab2

Please sign in to comment.