Skip to content

Commit

Permalink
feat: Update version to 1.2.1 and macOS to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed May 16, 2024
1 parent a60ea6f commit 7b25ba1
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 @@ -122,7 +122,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-13]
cibw_build: ["cp39-*", "cp310-*", "cp311-*"]
cibw_archs: ["x86_64"]
env:
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.20
v1.2.1
</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.2.0"
version = "1.2.1"
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 @@ -28,7 +28,7 @@
)
from .toolkit import fa_to_two_bit, two_bit_to_fa

__version__ = "1.2.0"
__version__ = "1.2.1"

install(show_locals=True)

Expand Down

0 comments on commit 7b25ba1

Please sign in to comment.