diff --git a/docs/_templates/base.html b/docs/_templates/base.html index e543f66b..3b98a65d 100644 --- a/docs/_templates/base.html +++ b/docs/_templates/base.html @@ -1,6 +1,6 @@ {% extends "!base.html" %} {% block announce %}

Please Cite Me - v1.1.9 + v1.1.10

{% endblock %} diff --git a/pyproject.toml b/pyproject.toml index f7f69c6c..4c893f67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pxblat" -version = "1.1.9" +version = "1.1.10" description = "A native python binding for blat suite" authors = ["Yangyang Li "] homepage = "https://github.com/ylab-hi/pxblat" diff --git a/src/pxblat/__init__.py b/src/pxblat/__init__.py index fda582e5..cee0a27c 100644 --- a/src/pxblat/__init__.py +++ b/src/pxblat/__init__.py @@ -27,7 +27,7 @@ from .toolkit import two_bit_to_fa from rich.traceback import install -__version__ = "1.1.9" +__version__ = "1.1.10" install(show_locals=True)