Skip to content

Commit b0cdb4f

Browse files
author
shuang
committed
update version
1 parent 6ae79e9 commit b0cdb4f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

gptbioinsightor/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
from .celltype import get_celltype, get_subtype, check_celltype
2-
from .utils import get_marker_from_seurat
2+
from .utils import get_marker_from_seurat
3+
4+
5+
__version__ = "0.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gptbioinsightor"
3-
version = "0.1.1"
3+
version = "0.3.0"
44
description = "GPTBioInsightor utilizes the powerful capabilities of large language models to help people quickly gain knowledge and insight, enhancing their work efficiency."
55
authors = ["Shenghui Huang <hsh-me@outlook.com>"]
66
license = "BSD 3-Clause"

0 commit comments

Comments
 (0)