Skip to content

Commit

Permalink
chore: update version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 31, 2023
1 parent 8210923 commit c776deb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
skip_existing: true
packages_dir: artifact/

Expand Down
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.8
v1.1.9
</p>
{% endblock %}
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.8"
version = "1.1.9"
description = "A native python binding for blat suite"
authors = ["Yangyang Li <yangyang.li@northwestern.edu>"]
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.8"
__version__ = "1.1.9"

install(show_locals=True)

Expand Down

0 comments on commit c776deb

Please sign in to comment.