We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e5d52 commit 97c7f6cCopy full SHA for 97c7f6c
docs/conf.py
@@ -14,7 +14,7 @@
14
project = "scGPT"
15
copyright = "2023, Wanglab, Haotian Cui"
16
author = "Haotian Cui"
17
-release = "0.1.8"
+release = "0.1.9"
18
19
# -- General configuration ---------------------------------------------------
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "scGPT"
3
-version = "0.1.8"
+version = "0.1.9"
4
description = "Large-scale generative pretrain of single cell using transformer."
5
license = "MIT"
6
authors = ["Haotian <subercui@gmail.com>"]
scgpt/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.8"
+__version__ = "0.1.9"
import logging
import sys
0 commit comments