Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanx749 committed Jan 9, 2024
1 parent 24025df commit 153a0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Read a fasta file as a [DataFrame](#pandas.DataFrame) containing some amino acid sequences."
"Read a fasta file as a [DataFrame](#pandas.DataFrame) containing some amino acid sequences. (The data are extracted from part of [the Antimicrobial Peptide Database](https://aps.unmc.edu/downloads).)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pycdhit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ._commands import * # noqa: F403
from ._io import * # noqa: F403

VERSION = "0.9.0"
VERSION = "0.10.0"

__all__ = [ # noqa: F405
"CommandBase",
Expand Down

0 comments on commit 153a0a5

Please sign in to comment.