We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b452a commit 35963a6Copy full SHA for 35963a6
docs/conf.py
@@ -14,7 +14,7 @@
14
project = "scGPT"
15
copyright = "2023, Wanglab, Haotian Cui"
16
author = "Haotian Cui"
17
-release = "0.2.1"
+release = "0.2.2"
18
19
# -- General configuration ---------------------------------------------------
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
scgpt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.1"
+__version__ = "0.2.2"
2
import logging
3
import sys
4
0 commit comments