Skip to content

Commit

Permalink
Merge pull request #166 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
REL: bump version to 0.1a9
  • Loading branch information
GavinHuttley authored Oct 4, 2024
2 parents 65771e8 + 5600ab2 commit 2cd56dd
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 2cd56dd

Please sign in to comment.