diff --git a/chatbgc/__init__.py b/chatbgc/__init__.py index 4067dad..bfebbde 100644 --- a/chatbgc/__init__.py +++ b/chatbgc/__init__.py @@ -2,4 +2,4 @@ __author__ = """Matin Nuhamunada""" __email__ = "matinnu@biosustain.dtu.dk" -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/pyproject.toml b/pyproject.toml index f0bc585..4b587f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "chatbgc" -version = "0.1.1" +version = "0.1.2" homepage = "https://github.com/NBChub/chatBGC" description = "Ask questions about biosynthetic gene clusters in your genome collection via LLMs usin RAG." authors = ["Matin Nuhamunada "]