Skip to content

Commit

Permalink
Change: v1.0.0 to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Mar 23, 2022
1 parent afe4b4f commit 9e42074
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 = "cogclassifier"
version = "1.0.0"
version = "1.0.1"
description = "Classify prokaryote protein sequences into COG functional category"
authors = ["moshi"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/cogclassifier/COGclassifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import pandas as pd
import requests

__version__ = "1.0.0"
__version__ = "1.0.1"


def main():
Expand Down

0 comments on commit 9e42074

Please sign in to comment.