Skip to content

Commit

Permalink
chore: Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 30, 2023
1 parent fa44ee3 commit eb3a70e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/_templates/base.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "!base.html" %} {% block announce %}
<p>
<a href="https://github.com/ylab-hi/pxblat#-citation">Please Cite Me</a>
v1.1.3
v1.1.4
</p>
{% endblock %}
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pxblat"
version = "1.1.3"
version = "1.1.4"
description = "A native python binding for blat suite"
authors = ["Yangyang Li <[email protected]>"]
homepage = "https://github.com/ylab-hi/pxblat"
Expand Down
2 changes: 1 addition & 1 deletion src/pxblat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .toolkit import two_bit_to_fa
from rich.traceback import install

__version__ = "1.1.3"
__version__ = "1.1.4"

install(show_locals=True)

Expand Down

0 comments on commit eb3a70e

Please sign in to comment.