Skip to content

Commit

Permalink
chore: Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 25, 2023
1 parent 69b9f60 commit ba33348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>
v0.3.10
v1.0.0
</p>
{% endblock %}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pxblat"
version = "0.3.10"
version = "1.0.0"
description = "A native python binding for blat suit"
authors = ["Yangyang Li <yangyang.li@northwestern.edu>"]
homepage = "https://github.com/ylab-hi/pxblat"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/ylab-hi/pxblat"
readme = "README.md"
license = "LICENSE"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 6 - Mature",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python :: 3",
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__ = "0.3.10"
__version__ = "1.0.0"

install(show_locals=True)

Expand Down

0 comments on commit ba33348

Please sign in to comment.