Skip to content

Commit

Permalink
chore: Update version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 27, 2023
1 parent f8ab3b5 commit e2be014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.2"
version = "1.0.3"
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 @@ -26,7 +26,7 @@
from .toolkit import two_bit_to_fa
from rich.traceback import install

__version__ = "1.0.2"
__version__ = "1.0.3"

install(show_locals=True)

Expand Down

0 comments on commit e2be014

Please sign in to comment.