diff --git a/docs/conf.py b/docs/conf.py index 4360ad8e..6055a62a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "scGPT" copyright = "2023, Wanglab, Haotian Cui" author = "Haotian Cui" -release = "0.1.7" +release = "0.1.8" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index e6313040..6947d631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scGPT" -version = "0.1.7" +version = "0.1.8" description = "Large-scale generative pretrain of single cell using transformer." license = "MIT" authors = ["Haotian "] diff --git a/scgpt/__init__.py b/scgpt/__init__.py index f69faeee..d206fc38 100644 --- a/scgpt/__init__.py +++ b/scgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.7" +__version__ = "0.1.8" import logging import sys