Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanx749 committed Nov 22, 2024
1 parent 49de9f5 commit ddc92c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
docs/generated
example*

# Byte-compiled / optimized / DLL files
__pycache__/
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 = "1.1.3"
VERSION = "1.1.4"

__all__ = [ # noqa: F405
"CommandBase",
Expand Down
2 changes: 1 addition & 1 deletion pycdhit/_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class CDHIT(CommandBase):
Args:
prog: Name of the program.
{'cd-hit', 'cd-hit-2d', 'cd-hit-est', 'cd-hit-est-2d'},
{'cd-hit', 'cd-hit-2d', 'cd-hit-est', 'cd-hit-est-2d', 'cd-hit-454'},
default 'cd-hit'.
path: Path of the program. Default `None`.
Expand Down

0 comments on commit ddc92c1

Please sign in to comment.